Uses of Enum Class
org.bukkit.entity.Display.Billboard
Package
Description
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.-
Uses of Display.Billboard in org.bukkit.entity
Modifier and TypeMethodDescriptionDisplay.getBillboard()
Gets the billboard setting of this entity.static Display.Billboard
Returns the enum constant of this class with the specified name.static Display.Billboard[]
Display.Billboard.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
Display.setBillboard
(@NotNull Display.Billboard billboard) Sets the billboard setting of this entity.