Uses of Class
net.minecraft.scoreboard.ScoreboardPlayerScore
Package
Description
-
Uses of ScoreboardPlayerScore in net.minecraft.command.argument
Modifier 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
Modifier and TypeFieldDescriptionstatic final Comparator<ScoreboardPlayerScore>
ScoreboardPlayerScore.COMPARATOR
private final Map<String,
Map<ScoreboardObjective, ScoreboardPlayerScore>> Scoreboard.playerObjectives
Modifier and TypeMethodDescriptionScoreboard.getPlayerScore
(String playerName, ScoreboardObjective objective) Modifier and TypeMethodDescriptionScoreboard.getAllPlayerScores
(ScoreboardObjective objective) Scoreboard.getPlayerObjectives
(String playerName) Modifier and TypeMethodDescriptionvoid
Scoreboard.updateScore
(ScoreboardPlayerScore score) void
ServerScoreboard.updateScore
(ScoreboardPlayerScore score) Modifier and TypeMethodDescriptionfinal void
Scoreboard.forEachScore
(ScoreboardCriterion criterion, String player, Consumer<ScoreboardPlayerScore> action) -
Uses of ScoreboardPlayerScore in net.minecraft.server.command
Modifier and TypeMethodDescriptionprivate static ScoreboardPlayerScore
TriggerCommand.getScore
(ServerPlayerEntity player, ScoreboardObjective objective) Modifier 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)