Uses of Enum Class
org.bukkit.block.Orientation
Packages that use Orientation
Package
Description
Classes used to manipulate the voxels in a
world
,
including special states.Specific BlockData classes relevant to only a given block or set of blocks.
-
Uses of Orientation in org.bukkit.block
Methods in org.bukkit.block that return OrientationModifier and TypeMethodDescriptionstatic Orientation
Returns the enum constant of this class with the specified name.static Orientation[]
Orientation.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Orientation in org.bukkit.block.data.type
Methods in org.bukkit.block.data.type that return OrientationModifier and TypeMethodDescriptionCrafter.getOrientation()
Gets the value of the 'orientation' property.Jigsaw.getOrientation()
Gets the value of the 'orientation' property.Methods in org.bukkit.block.data.type with parameters of type OrientationModifier and TypeMethodDescriptionvoid
Crafter.setOrientation
(Orientation orientation) Sets the value of the 'orientation' property.void
Jigsaw.setOrientation
(Orientation orientation) Sets the value of the 'orientation' property.