Uses of Interface
org.bukkit.entity.FallingBlock
Package
Description
The root package of the Bukkit API, contains generalized API classes.
-
Uses of FallingBlock in org.bukkit
Modifier and TypeMethodDescriptionWorld.spawnFallingBlock
(@NotNull Location location, @NotNull Material material, byte data) Deprecated.Magic value.World.spawnFallingBlock
(@NotNull Location location, @NotNull BlockData data) Deprecated.UseRegionAccessor.spawn(Location, Class, Consumer)
(or a variation thereof) in combination withsetBlockData(BlockData)
World.spawnFallingBlock
(@NotNull Location location, @NotNull MaterialData data) Deprecated.UseRegionAccessor.spawn(Location, Class, Consumer)
(or a variation thereof) in combination withsetBlockData(BlockData)