Uses of Class
org.bukkit.scoreboard.RenderType
-
Packages that use 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 @NotNull 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 @NotNull ObjectiveScoreboard. registerNewObjective(@NotNull String name, @NotNull String criteria, @NotNull String displayName, @NotNull RenderType renderType)Registers an Objective on this ScoreboardvoidObjective. setRenderType(@NotNull RenderType renderType)Sets manner in which this objective will be rendered.
-