Uses of Class
net.minecraft.scoreboard.Score
Packages that use Score
Package
Description
-
Uses of Score in net.minecraft.command.arguments
Methods in net.minecraft.command.arguments with parameters of type Score -
Uses of Score in net.minecraft.command.impl
Methods in net.minecraft.command.impl that return ScoreModifier and TypeMethodDescriptionprivate static ScoreTriggerCommand.getScore(ServerPlayerEntity p_198848_0_, ScoreObjective p_198848_1_) Methods in net.minecraft.command.impl with parameters of type ScoreModifier and TypeMethodDescriptionprivate static intTriggerCommand.addValue(CommandSource p_201479_0_, Score p_201479_1_, int p_201479_2_) private static intTriggerCommand.setValue(CommandSource p_201478_0_, Score p_201478_1_, int p_201478_2_) private static intTriggerCommand.simpleTrigger(CommandSource p_201477_0_, Score p_201477_1_) -
Uses of Score in net.minecraft.scoreboard
Fields in net.minecraft.scoreboard with type parameters of type ScoreModifier and TypeFieldDescriptionprivate final Map<String,Map<ScoreObjective, Score>> Scoreboard.playerScoresstatic final Comparator<Score>Score.SCORE_COMPARATORMethods in net.minecraft.scoreboard that return ScoreModifier and TypeMethodDescriptionScoreboard.getOrCreatePlayerScore(String p_96529_1_, ScoreObjective p_96529_2_) Methods in net.minecraft.scoreboard that return types with arguments of type ScoreModifier and TypeMethodDescriptionScoreboard.getPlayerScores(String p_96510_1_) Scoreboard.getPlayerScores(ScoreObjective p_96534_1_) Methods in net.minecraft.scoreboard with parameters of type ScoreModifier and TypeMethodDescriptionvoidScoreboard.onScoreChanged(Score p_96536_1_) voidServerScoreboard.onScoreChanged(Score p_96536_1_) Method parameters in net.minecraft.scoreboard with type arguments of type ScoreModifier and TypeMethodDescriptionfinal voidScoreboard.forAllObjectives(ScoreCriteria p_197893_1_, String p_197893_2_, Consumer<Score> p_197893_3_)