|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FallingBlock | |
---|---|
org.bukkit | More generalized classes in the API. |
org.bukkit.entity | Interfaces for non-voxel objects that can exist in a world , including all players, monsters, projectiles, etc. |
Uses of FallingBlock in org.bukkit |
---|
Methods in org.bukkit that return FallingBlock | |
---|---|
FallingBlock |
World.spawnFallingBlock(Location location,
int blockId,
byte blockData)
Spawn a FallingBlock entity at the given Location of the specified blockId (converted to Material ) |
FallingBlock |
World.spawnFallingBlock(Location location,
Material material,
byte data)
Spawn a FallingBlock entity at the given Location of the specified Material . |
Uses of FallingBlock in org.bukkit.entity |
---|
Subinterfaces of FallingBlock in org.bukkit.entity | |
---|---|
interface |
FallingSand
Deprecated. See FallingBlock |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |