Uses of Enum Class
org.bukkit.scoreboard.RenderType
Packages that use RenderType
Package
Description
Interfaces used to manage the client side score display system.
-
Uses of RenderType in org.bukkit.scoreboard
Methods in org.bukkit.scoreboard that return RenderTypeModifier and TypeMethodDescriptionObjective.getRenderType()
Sets manner in which this objective will be rendered.static RenderType
Returns the enum constant of this class with the specified name.static RenderType[]
RenderType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.bukkit.scoreboard with parameters of type RenderTypeModifier and TypeMethodDescriptionScoreboard.registerNewObjective
(@NotNull String name, @NotNull String criteria, @NotNull String displayName, @NotNull RenderType renderType) Deprecated.Scoreboard.registerNewObjective
(@NotNull String name, @NotNull String criteria, Component displayName, @NotNull RenderType renderType) Registers an Objective on this Scoreboardvoid
Objective.setRenderType
(@NotNull RenderType renderType) Sets manner in which this objective will be rendered.
Scoreboard.registerNewObjective(String, String, net.kyori.adventure.text.Component, RenderType)