Uses of Class
org.bukkit.block.data.type.Switch.Face
-
Packages that use Switch.Face Package Description org.bukkit.block.data.type Specific BlockData classes relevant to only a given block or set of blocks. -
-
Uses of Switch.Face in org.bukkit.block.data.type
Methods in org.bukkit.block.data.type that return Switch.Face Modifier and Type Method Description @NotNull Switch.FaceSwitch. getFace()Deprecated.static Switch.FaceSwitch.Face. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static Switch.Face[]Switch.Face. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bukkit.block.data.type with parameters of type Switch.Face Modifier and Type Method Description voidSwitch. setFace(@NotNull Switch.Face face)Deprecated.
-