Uses of Class
net.minecraft.scoreboard.Score
-
Packages that use Score Package Description net.minecraft.command.arguments net.minecraft.command.impl net.minecraft.scoreboard -
-
Uses of Score in net.minecraft.command.arguments
Methods in net.minecraft.command.arguments with parameters of type Score Modifier and Type Method Description default voidOperationArgument.IIntOperation. apply(Score p_apply_1_, Score p_apply_2_)voidOperationArgument.IOperation. apply(Score p_apply_1_, Score p_apply_2_) -
Uses of Score in net.minecraft.command.impl
Methods in net.minecraft.command.impl that return Score Modifier and Type Method Description private static ScoreTriggerCommand. getScore(ServerPlayerEntity p_198848_0_, ScoreObjective p_198848_1_)Methods in net.minecraft.command.impl with parameters of type Score Modifier and Type Method Description private 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 Score Modifier and Type Field Description private java.util.Map<java.lang.String,java.util.Map<ScoreObjective,Score>>Scoreboard. playerScoresstatic java.util.Comparator<Score>Score. SCORE_COMPARATORMethods in net.minecraft.scoreboard that return Score Modifier and Type Method Description ScoreScoreboard. getOrCreatePlayerScore(java.lang.String p_96529_1_, ScoreObjective p_96529_2_)Methods in net.minecraft.scoreboard that return types with arguments of type Score Modifier and Type Method Description java.util.Map<ScoreObjective,Score>Scoreboard. getPlayerScores(java.lang.String p_96510_1_)java.util.Collection<Score>Scoreboard. getPlayerScores(ScoreObjective p_96534_1_)Methods in net.minecraft.scoreboard with parameters of type Score Modifier and Type Method Description voidScoreboard. onScoreChanged(Score p_96536_1_)voidServerScoreboard. onScoreChanged(Score p_96536_1_)Method parameters in net.minecraft.scoreboard with type arguments of type Score Modifier and Type Method Description voidScoreboard. forAllObjectives(ScoreCriteria p_197893_1_, java.lang.String p_197893_2_, java.util.function.Consumer<Score> p_197893_3_)
-