Uses of Class
org.bukkit.scoreboard.RenderType
| Package | Description |
|---|---|
| org.bukkit.scoreboard |
Interfaces used to manage the client side score display system.
|
-
Uses of RenderType in org.bukkit.scoreboard
Methods in org.bukkit.scoreboard that return RenderType Modifier and Type Method Description RenderTypeObjective. getRenderType()Sets manner in which this objective will be rendered.static RenderTypeRenderType. valueOf(String name)Returns the enum constant of this type with the specified name.static RenderType[]RenderType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bukkit.scoreboard with parameters of type RenderType Modifier and Type Method Description ObjectiveScoreboard. registerNewObjective(String name, String criteria, String displayName, RenderType renderType)Registers an Objective on this ScoreboardvoidObjective. setRenderType(RenderType renderType)Sets manner in which this objective will be rendered.