Uses of Class
net.minecraft.scoreboard.ScoreboardPlayerScore
Packages that use ScoreboardPlayerScore
Package
Description
-
Uses of ScoreboardPlayerScore in net.minecraft.command.argument
Methods in net.minecraft.command.argument with parameters of type ScoreboardPlayerScoreModifier and TypeMethodDescriptiondefault void
OperationArgumentType.IntOperator.apply
(ScoreboardPlayerScore a, ScoreboardPlayerScore b) void
OperationArgumentType.Operation.apply
(ScoreboardPlayerScore a, ScoreboardPlayerScore b) -
Uses of ScoreboardPlayerScore in net.minecraft.scoreboard
Fields in net.minecraft.scoreboard with type parameters of type ScoreboardPlayerScoreModifier and TypeFieldDescriptionstatic final Comparator<ScoreboardPlayerScore>
ScoreboardPlayerScore.COMPARATOR
private final Map<String,
Map<ScoreboardObjective, ScoreboardPlayerScore>> Scoreboard.playerObjectives
Methods in net.minecraft.scoreboard that return ScoreboardPlayerScoreModifier and TypeMethodDescriptionScoreboard.getPlayerScore
(String playerName, ScoreboardObjective objective) Methods in net.minecraft.scoreboard that return types with arguments of type ScoreboardPlayerScoreModifier and TypeMethodDescriptionScoreboard.getAllPlayerScores
(ScoreboardObjective objective) Scoreboard.getPlayerObjectives
(String playerName) Methods in net.minecraft.scoreboard with parameters of type ScoreboardPlayerScoreModifier and TypeMethodDescriptionvoid
Scoreboard.updateScore
(ScoreboardPlayerScore score) void
ServerScoreboard.updateScore
(ScoreboardPlayerScore score) Method parameters in net.minecraft.scoreboard with type arguments of type ScoreboardPlayerScoreModifier and TypeMethodDescriptionfinal void
Scoreboard.forEachScore
(ScoreboardCriterion criterion, String player, Consumer<ScoreboardPlayerScore> action) -
Uses of ScoreboardPlayerScore in net.minecraft.server.command
Methods in net.minecraft.server.command that return ScoreboardPlayerScoreModifier and TypeMethodDescriptionprivate static ScoreboardPlayerScore
TriggerCommand.getScore
(ServerPlayerEntity player, ScoreboardObjective objective) Methods in net.minecraft.server.command with parameters of type ScoreboardPlayerScoreModifier and TypeMethodDescriptionprivate static int
TriggerCommand.executeAdd
(ServerCommandSource source, ScoreboardPlayerScore score, int value) private static int
TriggerCommand.executeSet
(ServerCommandSource source, ScoreboardPlayerScore score, int value) private static int
TriggerCommand.executeSimple
(ServerCommandSource source, ScoreboardPlayerScore score)