Bukkit-API
1.7.9-R0.2
The inofficial Bukkit-API
Main Page
Related Pages
Packages
Classes
Files
Class List
Class Index
Class Hierarchy
Class Members
List of all members
org.bukkit.entity.Snowball Interface Reference
Inheritance diagram for org.bukkit.entity.Snowball:
Additional Inherited Members
Public Member Functions inherited from
org.bukkit.entity.Projectile
LivingEntity
_INVALID_getShooter
()
ProjectileSource
getShooter
()
void
_INVALID_setShooter
(
LivingEntity
shooter)
void
setShooter
(
ProjectileSource
source)
boolean
doesBounce
()
void
setBounce
(boolean
doesBounce
)
Public Member Functions inherited from
org.bukkit.entity.Entity
Location
getLocation
()
Location
getLocation
(
Location
loc)
void
setVelocity
(
Vector
velocity)
Vector
getVelocity
()
boolean
isOnGround
()
World
getWorld
()
boolean
teleport
(
Location
location)
boolean
teleport
(
Location
location,
TeleportCause
cause)
boolean
teleport
(
Entity
destination)
boolean
teleport
(
Entity
destination,
TeleportCause
cause)
List<
org.bukkit.entity.Entity
>
getNearbyEntities
(double x, double y, double z)
int
getEntityId
()
int
getFireTicks
()
int
getMaxFireTicks
()
void
setFireTicks
(int ticks)
void
remove
()
boolean
isDead
()
boolean
isValid
()
Server
getServer
()
abstract
Entity
getPassenger
()
abstract boolean
setPassenger
(
Entity
passenger)
abstract boolean
isEmpty
()
abstract boolean
eject
()
float
getFallDistance
()
void
setFallDistance
(float distance)
void
setLastDamageCause
(
EntityDamageEvent
event)
EntityDamageEvent
getLastDamageCause
()
UUID
getUniqueId
()
int
getTicksLived
()
void
setTicksLived
(int value)
void
playEffect
(
EntityEffect
type)
EntityType
getType
()
boolean
isInsideVehicle
()
boolean
leaveVehicle
()
Entity
getVehicle
()
Public Member Functions inherited from
org.bukkit.metadata.Metadatable
void
setMetadata
(String metadataKey,
MetadataValue
newMetadataValue)
List<
MetadataValue
>
getMetadata
(String metadataKey)
boolean
hasMetadata
(String metadataKey)
void
removeMetadata
(String metadataKey,
Plugin
owningPlugin)
Detailed Description
Represents a snowball.
Definition at line
6
of file
Snowball.java
.
The documentation for this interface was generated from the following file:
Snowball.java