Uses of Record Class
net.minecraft.world.scores.Scoreboard.PackedScore
Packages that use Scoreboard.PackedScore
-
Uses of Scoreboard.PackedScore in net.minecraft.world.scores
Fields in net.minecraft.world.scores with type parameters of type Scoreboard.PackedScoreModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<Scoreboard.PackedScore> Scoreboard.PackedScore.CODEC
private final List
<Scoreboard.PackedScore> ScoreboardSaveData.Packed.scores
The field for thescores
record component.Methods in net.minecraft.world.scores that return types with arguments of type Scoreboard.PackedScoreModifier and TypeMethodDescriptionprotected List
<Scoreboard.PackedScore> Scoreboard.packPlayerScores()
ScoreboardSaveData.Packed.scores()
Returns the value of thescores
record component.Methods in net.minecraft.world.scores with parameters of type Scoreboard.PackedScoreModifier and TypeMethodDescriptionprotected void
Scoreboard.loadPlayerScore
(Scoreboard.PackedScore p_401360_)