Uses of Class
net.minecraft.world.scores.Score
Packages that use Score
Package
Description
-
Uses of Score in net.minecraft.commands.arguments
Methods in net.minecraft.commands.arguments with parameters of type Score -
Uses of Score in net.minecraft.server
Methods in net.minecraft.server with parameters of type Score -
Uses of Score in net.minecraft.server.commands
Methods in net.minecraft.server.commands that return ScoreModifier and TypeMethodDescriptionprivate static ScoreTriggerCommand.getScore(ServerPlayer p_139139_, Objective p_139140_) Methods in net.minecraft.server.commands with parameters of type ScoreModifier and TypeMethodDescriptionprivate static intTriggerCommand.addValue(CommandSourceStack p_139155_, Score p_139156_, int p_139157_) private static intTriggerCommand.setValue(CommandSourceStack p_139161_, Score p_139162_, int p_139163_) private static intTriggerCommand.simpleTrigger(CommandSourceStack p_139152_, Score p_139153_) -
Uses of Score in net.minecraft.world.scores
Fields in net.minecraft.world.scores with type parameters of type ScoreModifier and TypeFieldDescriptionScoreboard.playerScoresstatic final Comparator<Score>Score.SCORE_COMPARATORMethods in net.minecraft.world.scores that return ScoreModifier and TypeMethodDescriptionScoreboard.getOrCreatePlayerScore(String p_83472_, Objective p_83473_) Methods in net.minecraft.world.scores that return types with arguments of type ScoreModifier and TypeMethodDescriptionScoreboard.getPlayerScores(String p_83484_) Scoreboard.getPlayerScores(Objective p_83499_) Methods in net.minecraft.world.scores with parameters of type ScoreMethod parameters in net.minecraft.world.scores with type arguments of type ScoreModifier and TypeMethodDescriptionfinal voidScoreboard.forAllObjectives(ObjectiveCriteria p_83428_, String p_83429_, Consumer<Score> p_83430_)