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.entityMethods in org.bukkit.entity that return Display.BillboardModifier and TypeMethodDescriptionDisplay.getBillboard()Gets the billboard setting of this entity.static Display.BillboardReturns 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 TypeMethodDescriptionvoidDisplay.setBillboard(@NotNull Display.Billboard billboard) Sets the billboard setting of this entity.