Uses of Class
net.minecraft.scoreboard.ScoreboardPlayerScore
| Package | Description |
|---|---|
| net.minecraft.command.argument | |
| net.minecraft.scoreboard | |
| net.minecraft.server.command |
-
Uses of ScoreboardPlayerScore in net.minecraft.command.argument
Methods in net.minecraft.command.argument with parameters of type ScoreboardPlayerScore Modifier and Type Method Description default voidOperationArgumentType.IntOperator. apply(ScoreboardPlayerScore scoreboardPlayerScore, ScoreboardPlayerScore scoreboardPlayerScore2)voidOperationArgumentType.Operation. apply(ScoreboardPlayerScore scoreboardPlayerScore, ScoreboardPlayerScore scoreboardPlayerScore2) -
Uses of ScoreboardPlayerScore in net.minecraft.scoreboard
Fields in net.minecraft.scoreboard with type parameters of type ScoreboardPlayerScore Modifier and Type Field Description static Comparator<ScoreboardPlayerScore>ScoreboardPlayerScore. COMPARATORprivate Map<String,Map<ScoreboardObjective,ScoreboardPlayerScore>>Scoreboard. playerObjectivesMethods in net.minecraft.scoreboard that return ScoreboardPlayerScore Modifier and Type Method Description ScoreboardPlayerScoreScoreboard. getPlayerScore(String player, ScoreboardObjective objective)Methods in net.minecraft.scoreboard that return types with arguments of type ScoreboardPlayerScore Modifier and Type Method Description Collection<ScoreboardPlayerScore>Scoreboard. getAllPlayerScores(ScoreboardObjective objective)Map<ScoreboardObjective,ScoreboardPlayerScore>Scoreboard. getPlayerObjectives(String string)Methods in net.minecraft.scoreboard with parameters of type ScoreboardPlayerScore Modifier and Type Method Description voidScoreboard. updateScore(ScoreboardPlayerScore score)voidServerScoreboard. updateScore(ScoreboardPlayerScore score)Method parameters in net.minecraft.scoreboard with type arguments of type ScoreboardPlayerScore Modifier and Type Method Description voidScoreboard. forEachScore(ScoreboardCriterion criterion, String player, Consumer<ScoreboardPlayerScore> action) -
Uses of ScoreboardPlayerScore in net.minecraft.server.command
Methods in net.minecraft.server.command that return ScoreboardPlayerScore Modifier and Type Method Description private static ScoreboardPlayerScoreTriggerCommand. getScore(ServerPlayerEntity player, ScoreboardObjective objective)Methods in net.minecraft.server.command with parameters of type ScoreboardPlayerScore Modifier and Type Method Description private static intTriggerCommand. executeAdd(ServerCommandSource source, ScoreboardPlayerScore score, int value)private static intTriggerCommand. executeSet(ServerCommandSource source, ScoreboardPlayerScore score, int value)private static intTriggerCommand. executeSimple(ServerCommandSource source, ScoreboardPlayerScore score)