Uses of Enum Class
org.bukkit.entity.ItemDisplay.ItemDisplayTransform
Package
Description
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.-
Uses of ItemDisplay.ItemDisplayTransform in org.bukkit.entity
Modifier and TypeMethodDescriptionItemDisplay.getItemDisplayTransform()
Gets the item display transform for this entity.Returns the enum constant of this class with the specified name.static ItemDisplay.ItemDisplayTransform[]
ItemDisplay.ItemDisplayTransform.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
ItemDisplay.setItemDisplayTransform
(@NotNull ItemDisplay.ItemDisplayTransform display) Sets the item display transform for this entity.