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.CODECprivate final List<Scoreboard.PackedScore> ScoreboardSaveData.Packed.scoresThe field for thescoresrecord 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 thescoresrecord component.Methods in net.minecraft.world.scores with parameters of type Scoreboard.PackedScoreModifier and TypeMethodDescriptionprotected voidScoreboard.loadPlayerScore(Scoreboard.PackedScore pScore)