Uses of Class
net.minecraft.scoreboard.Score
Package
Description
-
Uses of Score in net.minecraft.command.arguments
-
Uses of Score in net.minecraft.command.impl
Modifier and TypeMethodDescriptionprivate static Score
TriggerCommand.getScore
(ServerPlayerEntity p_198848_0_, ScoreObjective p_198848_1_) Modifier and TypeMethodDescriptionprivate static int
TriggerCommand.addValue
(CommandSource p_201479_0_, Score p_201479_1_, int p_201479_2_) private static int
TriggerCommand.setValue
(CommandSource p_201478_0_, Score p_201478_1_, int p_201478_2_) private static int
TriggerCommand.simpleTrigger
(CommandSource p_201477_0_, Score p_201477_1_) -
Uses of Score in net.minecraft.scoreboard
Modifier and TypeFieldDescriptionprivate final Map<String,
Map<ScoreObjective, Score>> Scoreboard.playerScores
static final Comparator<Score>
Score.SCORE_COMPARATOR
Modifier and TypeMethodDescriptionScoreboard.getOrCreatePlayerScore
(String p_96529_1_, ScoreObjective p_96529_2_) Modifier and TypeMethodDescriptionScoreboard.getPlayerScores
(String p_96510_1_) Scoreboard.getPlayerScores
(ScoreObjective p_96534_1_) Modifier and TypeMethodDescriptionvoid
Scoreboard.onScoreChanged
(Score p_96536_1_) void
ServerScoreboard.onScoreChanged
(Score p_96536_1_) Modifier and TypeMethodDescriptionfinal void
Scoreboard.forAllObjectives
(ScoreCriteria p_197893_1_, String p_197893_2_, Consumer<Score> p_197893_3_)