Uses of Enum
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 type with the specified name.static ItemDisplay.ItemDisplayTransform[]
ItemDisplay.ItemDisplayTransform.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
ItemDisplay.setItemDisplayTransform
(ItemDisplay.ItemDisplayTransform display) Sets the item display transform for this entity.