Uses of Enum Class
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 class with the specified name.static BlockSupport[]
BlockSupport.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of BlockSupport in org.bukkit.block.data
Modifier and TypeMethodDescriptionboolean
BlockData.isFaceSturdy
(@NotNull BlockFace face, @NotNull BlockSupport support) Checks if a state'sBlockFace
is capable of providing a given level ofBlockSupport
for neighbouring block states.