Uses of Enum Class
org.bukkit.block.data.FaceAttachable.AttachedFace
-
Uses of FaceAttachable.AttachedFace in org.bukkit.block.data
Modifier and TypeMethodDescriptionFaceAttachable.getAttachedFace()
Gets the value of the 'face' property.static FaceAttachable.AttachedFace
Returns the enum constant of this class with the specified name.static FaceAttachable.AttachedFace[]
FaceAttachable.AttachedFace.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
FaceAttachable.setAttachedFace
(@NotNull FaceAttachable.AttachedFace face) Sets the value of the 'face' property.