Uses of Class
org.bukkit.block.structure.StructureRotation
Package | Description |
---|---|
org.bukkit.block |
Classes used to manipulate the voxels in a
world ,
including special states. |
org.bukkit.block.structure |
Classes relevant to structure blocks.
|
-
Uses of StructureRotation in org.bukkit.block
Methods in org.bukkit.block that return StructureRotation Modifier and Type Method Description StructureRotation
Structure. getRotation()
Get how this structure is rotated.Methods in org.bukkit.block with parameters of type StructureRotation Modifier and Type Method Description void
Structure. setRotation(StructureRotation rotation)
Set how this structure is rotated. -
Uses of StructureRotation in org.bukkit.block.structure
Methods in org.bukkit.block.structure that return StructureRotation Modifier and Type Method Description static StructureRotation
StructureRotation. valueOf(String name)
Returns the enum constant of this type with the specified name.static StructureRotation[]
StructureRotation. values()
Returns an array containing the constants of this enum type, in the order they are declared.