Uses of Enum Class
net.minecraft.scoreboard.ScoreboardCriterion.RenderType
Packages that use ScoreboardCriterion.RenderType
Package
Description
-
Uses of ScoreboardCriterion.RenderType in net.minecraft.datafixer.fix
Methods in net.minecraft.datafixer.fix that return ScoreboardCriterion.RenderTypeModifier and TypeMethodDescriptionprivate static ScoreboardCriterion.RenderTypeObjectiveRenderTypeFix.parseLegacyRenderType(String oldName) -
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.RenderTypeScoreboardCriterion.defaultRenderTypeprivate ScoreboardCriterion.RenderTypeScoreboardObjective.renderTypeFields in net.minecraft.scoreboard with type parameters of type ScoreboardCriterion.RenderTypeModifier and TypeFieldDescriptionprivate static Map<String,ScoreboardCriterion.RenderType>ScoreboardCriterion.RenderType.CRITERION_TYPESMethods in net.minecraft.scoreboard that return ScoreboardCriterion.RenderTypeModifier and TypeMethodDescriptionScoreboardCriterion.getDefaultRenderType()ScoreboardObjective.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 TypeMethodDescriptionScoreboard.addObjective(String name, ScoreboardCriterion criterion, Text displayName, ScoreboardCriterion.RenderType renderType)voidScoreboardObjective.setRenderType(ScoreboardCriterion.RenderType renderType)Constructors in net.minecraft.scoreboard with parameters of type ScoreboardCriterion.RenderTypeModifierConstructorDescriptionprotectedScoreboardCriterion(String name, boolean readOnly, ScoreboardCriterion.RenderType defaultRenderType)ScoreboardObjective(Scoreboard scoreboard, String name, ScoreboardCriterion criterion, Text displayName, ScoreboardCriterion.RenderType renderType) -
Uses of ScoreboardCriterion.RenderType in net.minecraft.server.command
Methods in net.minecraft.server.command with parameters of type ScoreboardCriterion.RenderTypeModifier and TypeMethodDescriptionprivate static intScoreboardCommand.executeModifyRenderType(ServerCommandSource source, ScoreboardObjective objective, ScoreboardCriterion.RenderType type)