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.RenderType
ScoreboardObjectiveUpdateS2CPacket.type
Methods 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.RenderType
ScoreboardCriterion.defaultRenderType
private ScoreboardCriterion.RenderType
ScoreboardObjective.renderType
Fields in net.minecraft.scoreboard with type parameters of type ScoreboardCriterion.RenderTypeModifier and TypeFieldDescriptionstatic final StringIdentifiable.Codec<ScoreboardCriterion.RenderType>
ScoreboardCriterion.RenderType.CODEC
Methods 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) private static ScoreboardCriterion
ScoreboardCriterion.create
(String name, boolean readOnly, ScoreboardCriterion.RenderType defaultRenderType) void
ScoreboardObjective.setRenderType
(ScoreboardCriterion.RenderType renderType) Constructors in net.minecraft.scoreboard with parameters of type ScoreboardCriterion.RenderTypeModifierConstructorDescriptionprotected
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
Methods in net.minecraft.server.command with parameters of type ScoreboardCriterion.RenderTypeModifier and TypeMethodDescriptionprivate static int
ScoreboardCommand.executeModifyRenderType
(ServerCommandSource source, ScoreboardObjective objective, ScoreboardCriterion.RenderType type)