Uses of Class
net.minecraft.world.scores.Score
Packages that use Score
-
Uses of Score in net.minecraft.server
Methods in net.minecraft.server with parameters of type ScoreModifier and TypeMethodDescriptionprotected void
ServerScoreboard.onScoreChanged
(ScoreHolder p_313858_, Objective p_313953_, Score p_136206_) -
Uses of Score in net.minecraft.world.scores
Fields in net.minecraft.world.scores declared as ScoreModifier and TypeFieldDescriptionprivate final Score
Scoreboard.PackedScore.score
The field for thescore
record component.Fields in net.minecraft.world.scores with type parameters of type ScoreModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec
<Score> Score.MAP_CODEC
PlayerScores.scores
Methods in net.minecraft.world.scores that return ScoreModifier and TypeMethodDescriptionPlayerScores.getOrCreate
(Objective p_313864_, Consumer<Score> p_313800_) Scoreboard.PackedScore.score()
Returns the value of thescore
record component.Methods in net.minecraft.world.scores that return types with arguments of type ScoreMethods in net.minecraft.world.scores with parameters of type ScoreModifier and TypeMethodDescriptionprotected void
Scoreboard.onScoreChanged
(ScoreHolder p_313729_, Objective p_313930_, Score p_83424_) (package private) void
Method parameters in net.minecraft.world.scores with type arguments of type ScoreModifier and TypeMethodDescriptionPlayerScores.getOrCreate
(Objective p_313864_, Consumer<Score> p_313800_) Constructors in net.minecraft.world.scores with parameters of type ScoreModifierConstructorDescriptionPackedScore
(String owner, String objective, Score score) Creates an instance of aPackedScore
record class.