Uses of Enum Class
net.minecraft.scoreboard.ScoreboardCriterion.RenderType
Packages that use ScoreboardCriterion.RenderType
Package
Description
-
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 final 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 final ScoreboardCriterion.RenderTypeScoreboardCriterion.defaultRenderTypeprivate ScoreboardCriterion.RenderTypeScoreboardObjective.renderTypeFields in net.minecraft.scoreboard with type parameters of type ScoreboardCriterion.RenderTypeModifier and TypeFieldDescriptionstatic final StringIdentifiable.EnumCodec<ScoreboardCriterion.RenderType> ScoreboardCriterion.RenderType.CODECMethods 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, boolean displayAutoUpdate, @Nullable NumberFormat numberFormat) private static ScoreboardCriterionScoreboardCriterion.create(String name, boolean readOnly, ScoreboardCriterion.RenderType defaultRenderType) 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, boolean displayAutoUpdate, @Nullable NumberFormat numberFormat) -
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)