Uses of Enum Class
org.bukkit.block.data.type.Door.Hinge
Packages that use Door.Hinge
Package
Description
Specific BlockData classes relevant to only a given block or set of blocks.
-
Uses of Door.Hinge in org.bukkit.block.data.type
Methods in org.bukkit.block.data.type that return Door.HingeModifier and TypeMethodDescription@NotNull Door.HingeDoor.getHinge()Gets the value of the 'hinge' property.static Door.HingeReturns the enum constant of this class with the specified name.static Door.Hinge[]Door.Hinge.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.bukkit.block.data.type with parameters of type Door.HingeModifier and TypeMethodDescriptionvoidDoor.setHinge(@NotNull Door.Hinge hinge) Sets the value of the 'hinge' property.