Uses of Interface
org.bukkit.entity.FallingBlock
Package | Description |
---|---|
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 Modifier and Type Method Description FallingBlock
World. spawnFallingBlock(Location location, int blockId, byte blockData)
Deprecated.Magic valueFallingBlock
World. spawnFallingBlock(Location location, Material material, byte data)
Deprecated.Magic value -
Uses of FallingBlock in org.bukkit.entity
Subinterfaces of FallingBlock in org.bukkit.entity Modifier and Type Interface Description interface
FallingSand
Deprecated.SeeFallingBlock