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
Subclasses with type arguments of type ItemDisplay.ItemDisplayTransform in org.bukkit.entityModifier and TypeClassDescriptionstatic enumRepresents the item model transform to be applied to the displayed item.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 TypeMethodDescriptionvoidItemDisplay.setItemDisplayTransform(ItemDisplay.ItemDisplayTransform display) Sets the item display transform for this entity.