Uses of Enum Class
net.minecraft.scoreboard.ScoreboardCriterion.RenderType
Package
Description
-
Uses of ScoreboardCriterion.RenderType in net.minecraft.network.packet.s2c.play
Modifier and TypeFieldDescriptionprivate final ScoreboardCriterion.RenderType
ScoreboardObjectiveUpdateS2CPacket.type
-
Uses of ScoreboardCriterion.RenderType in net.minecraft.scoreboard
Modifier and TypeFieldDescriptionprivate final ScoreboardCriterion.RenderType
ScoreboardCriterion.defaultRenderType
private ScoreboardCriterion.RenderType
ScoreboardObjective.renderType
Modifier and TypeFieldDescriptionstatic final StringIdentifiable.Codec<ScoreboardCriterion.RenderType>
ScoreboardCriterion.RenderType.CODEC
Modifier 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.Modifier and TypeMethodDescriptionScoreboard.addObjective
(String name, ScoreboardCriterion criterion, Text displayName, ScoreboardCriterion.RenderType renderType) private static ScoreboardCriterion
ScoreboardCriterion.create
(String name, boolean readOnly, ScoreboardCriterion.RenderType defaultRenderType) void
ScoreboardObjective.setRenderType
(ScoreboardCriterion.RenderType renderType) ModifierConstructorDescriptionprotected
ScoreboardCriterion
(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
Modifier and TypeMethodDescriptionprivate static int
ScoreboardCommand.executeModifyRenderType
(ServerCommandSource source, ScoreboardObjective objective, ScoreboardCriterion.RenderType type)