Uses of Class
org.bukkit.block.structure.Mirror
-
Packages that use Mirror Package Description org.bukkit.block Classes used to manipulate the voxels in aworld
, including special states.org.bukkit.block.structure Classes relevant to structure blocks. -
-
Uses of Mirror in org.bukkit.block
Methods in org.bukkit.block that return Mirror Modifier and Type Method Description @NotNull Mirror
Structure. getMirror()
How this structure is mirrored.Methods in org.bukkit.block with parameters of type Mirror Modifier and Type Method Description void
Structure. setMirror(@NotNull Mirror mirror)
Sets the mirroring of the structure. -
Uses of Mirror in org.bukkit.block.structure
Methods in org.bukkit.block.structure that return Mirror Modifier and Type Method Description static Mirror
Mirror. valueOf(String name)
Returns the enum constant of this type with the specified name.static Mirror[]
Mirror. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-