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 void
OperationArgument.IIntOperation. apply(Score p_apply_1_, Score p_apply_2_)
void
OperationArgument.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 Score
TriggerCommand. 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 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
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. playerScores
static java.util.Comparator<Score>
Score. SCORE_COMPARATOR
Methods in net.minecraft.scoreboard that return Score Modifier and Type Method Description Score
Scoreboard. 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 void
Scoreboard. onScoreChanged(Score p_96536_1_)
void
ServerScoreboard. onScoreChanged(Score p_96536_1_)
Method parameters in net.minecraft.scoreboard with type arguments of type Score Modifier and Type Method Description void
Scoreboard. forAllObjectives(ScoreCriteria p_197893_1_, java.lang.String p_197893_2_, java.util.function.Consumer<Score> p_197893_3_)
-