枚举的使用
org.bukkit.block.data.type.Crafter.Orientation
使用Crafter.Orientation的程序包
-
org.bukkit.block.data.type中Crafter.Orientation的使用
修饰符和类型方法说明Crafter.getOrientation()
Gets the value of the 'orientation' property.static Crafter.Orientation
返回带有指定名称的该类型的枚举常量。static Crafter.Orientation[]
Crafter.Orientation.values()
按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。修饰符和类型方法说明void
Crafter.setOrientation
(@NotNull Crafter.Orientation orientation) Sets the value of the 'orientation' property.