Uses of Class
net.minecraft.scoreboard.ScoreboardCriterion.RenderType
| Package | Description |
|---|---|
| net.minecraft.datafixer.fix | |
| net.minecraft.network.packet.s2c.play | |
| net.minecraft.scoreboard | |
| net.minecraft.server.command |
-
Uses of ScoreboardCriterion.RenderType in net.minecraft.datafixer.fix
Methods in net.minecraft.datafixer.fix that return ScoreboardCriterion.RenderType Modifier and Type Method Description private 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.RenderType Modifier and Type Field Description private ScoreboardCriterion.RenderTypeScoreboardObjectiveUpdateS2CPacket. typeMethods in net.minecraft.network.packet.s2c.play that return ScoreboardCriterion.RenderType Modifier and Type Method Description ScoreboardCriterion.RenderTypeScoreboardObjectiveUpdateS2CPacket. getType() -
Uses of ScoreboardCriterion.RenderType in net.minecraft.scoreboard
Fields in net.minecraft.scoreboard declared as ScoreboardCriterion.RenderType Modifier and Type Field Description private ScoreboardCriterion.RenderTypeScoreboardCriterion. defaultRenderTypeprivate ScoreboardCriterion.RenderTypeScoreboardObjective. renderTypeFields in net.minecraft.scoreboard with type parameters of type ScoreboardCriterion.RenderType Modifier and Type Field Description private static Map<String,ScoreboardCriterion.RenderType>ScoreboardCriterion.RenderType. CRITERION_TYPESMethods in net.minecraft.scoreboard that return ScoreboardCriterion.RenderType Modifier and Type Method Description ScoreboardCriterion.RenderTypeScoreboardCriterion. getDefaultRenderType()ScoreboardCriterion.RenderTypeScoreboardObjective. getRenderType()static ScoreboardCriterion.RenderTypeScoreboardCriterion.RenderType. getType(String name)static ScoreboardCriterion.RenderTypeScoreboardCriterion.RenderType. valueOf(String name)Returns the enum constant of this type with the specified name.static ScoreboardCriterion.RenderType[]ScoreboardCriterion.RenderType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.scoreboard with parameters of type ScoreboardCriterion.RenderType Modifier and Type Method Description ScoreboardObjectiveScoreboard. 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.RenderType Constructor Description 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.RenderType Modifier and Type Method Description private static intScoreboardCommand. executeModifyRenderType(ServerCommandSource source, ScoreboardObjective objective, ScoreboardCriterion.RenderType type)