Uses of Record Class
net.minecraft.world.scores.Score.Packed
Packages that use Score.Packed
-
Uses of Score.Packed in net.minecraft.world.scores
Fields in net.minecraft.world.scores declared as Score.PackedModifier and TypeFieldDescriptionprivate final Score.PackedScoreboard.PackedScore.scoreThe field for thescorerecord component.Fields in net.minecraft.world.scores with type parameters of type Score.PackedModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<Score.Packed> Score.Packed.MAP_CODECMethods in net.minecraft.world.scores that return Score.PackedModifier and TypeMethodDescriptionScore.pack()Scoreboard.PackedScore.score()Returns the value of thescorerecord component.Constructors in net.minecraft.world.scores with parameters of type Score.PackedModifierConstructorDescriptionPackedScore(String owner, String objective, Score.Packed score) Creates an instance of aPackedScorerecord class.Score(Score.Packed pPacked)