枚举的使用
org.bukkit.entity.ItemDisplay.ItemDisplayTransform
-
org.bukkit.entity中ItemDisplay.ItemDisplayTransform的使用
修饰符和类型方法说明ItemDisplay.getItemDisplayTransform()
Gets the item display transform for this entity.返回带有指定名称的该类型的枚举常量。static ItemDisplay.ItemDisplayTransform[]
ItemDisplay.ItemDisplayTransform.values()
按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。修饰符和类型方法说明void
ItemDisplay.setItemDisplayTransform
(@NotNull ItemDisplay.ItemDisplayTransform display) Sets the item display transform for this entity.