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 TypeMethodDescriptionCriteria.getDefaultRenderType()
Get theRenderType
used by default for this criteria.Objective.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, @Nullable Component displayName, @NotNull RenderType renderType) Scoreboard.registerNewObjective
(@NotNull String name, @NotNull Criteria criteria, @NotNull String displayName, @NotNull RenderType renderType) Deprecated.Scoreboard.registerNewObjective
(@NotNull String name, @NotNull Criteria criteria, @Nullable 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, Criteria, net.kyori.adventure.text.Component, RenderType)