Uses of Enum Class
org.bukkit.entity.ItemDisplay.ItemDisplayTransform
Packages that use 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
Methods in org.bukkit.entity that return ItemDisplay.ItemDisplayTransformModifier 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.Methods in org.bukkit.entity with parameters of type ItemDisplay.ItemDisplayTransformModifier and TypeMethodDescriptionvoid
ItemDisplay.setItemDisplayTransform
(ItemDisplay.ItemDisplayTransform display) Sets the item display transform for this entity.