Uses of Enum
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 theRenderTypeused by default for this criteria.Objective.getRenderType()Sets manner in which this objective will be rendered.static RenderTypeReturns 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 RenderTypeModifier and TypeMethodDescriptionScoreboard.registerNewObjective(String name, String criteria, String displayName, RenderType renderType) Deprecated.Scoreboard.registerNewObjective(String name, Criteria criteria, String displayName, RenderType renderType) Registers an Objective on this ScoreboardvoidObjective.setRenderType(RenderType renderType) Sets manner in which this objective will be rendered.
Scoreboard.registerNewObjective(String, Criteria, String, RenderType)