Uses of Enum Class
net.minecraft.scoreboard.ScoreboardCriterion.RenderType
Packages that use ScoreboardCriterion.RenderType
-
Uses of ScoreboardCriterion.RenderType in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play declared as ScoreboardCriterion.RenderTypeModifier and TypeFieldDescriptionprivate ScoreboardCriterion.RenderTypeScoreboardObjectiveUpdateS2CPacket.typeMethods in net.minecraft.network.packet.s2c.play that return ScoreboardCriterion.RenderType -
Uses of ScoreboardCriterion.RenderType in net.minecraft.scoreboard
Fields in net.minecraft.scoreboard declared as ScoreboardCriterion.RenderTypeModifier and TypeFieldDescriptionprivate ScoreboardCriterion.RenderTypeScoreboardObjective.renderTypeFields in net.minecraft.scoreboard with type parameters of type ScoreboardCriterion.RenderTypeModifier and TypeFieldDescriptionprivate static final Map<String,ScoreboardCriterion.RenderType> ScoreboardCriterion.RenderType.TYPESMethods in net.minecraft.scoreboard that return ScoreboardCriterion.RenderTypeModifier and TypeMethodDescriptionGenericScoreboardCriteria.getRenderType()HealthScoreboardCriteria.getRenderType()ScoreboardCriterion.getRenderType()ScoreboardObjective.getRenderType()TeamScoreboardCriteria.getRenderType()Returns the enum constant of this class with the specified name.static ScoreboardCriterion.RenderType[]ScoreboardCriterion.RenderType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.scoreboard with parameters of type ScoreboardCriterion.RenderTypeModifier and TypeMethodDescriptionvoidScoreboardObjective.setRenderType(ScoreboardCriterion.RenderType renderType)