Uses of Enum
org.bukkit.block.BlockSupport
Package
Description
Classes used to manipulate the voxels in a
world
,
including special states.Generalized BlockData classes.
-
Uses of BlockSupport in org.bukkit.block
Modifier and TypeMethodDescriptionstatic BlockSupport
Returns the enum constant of this type with the specified name.static BlockSupport[]
BlockSupport.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BlockSupport in org.bukkit.block.data
Modifier and TypeMethodDescriptionboolean
BlockData.isFaceSturdy
(BlockFace face, BlockSupport support) Checks if a state'sBlockFace
is capable of providing a given level ofBlockSupport
for neighbouring block states.