Uses of Enum Class
org.bukkit.entity.Display.Billboard
Packages that use 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
Methods in org.bukkit.entity that return Display.BillboardModifier and TypeMethodDescription@NotNull Display.Billboard
Display.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.Methods in org.bukkit.entity with parameters of type Display.BillboardModifier and TypeMethodDescriptionvoid
Display.setBillboard
(@NotNull Display.Billboard billboard) Sets the billboard setting of this entity.