Uses of Record Class
net.minecraft.world.scores.Objective.Packed
Packages that use Objective.Packed
-
Uses of Objective.Packed in net.minecraft.world.scores
Fields in net.minecraft.world.scores with type parameters of type Objective.PackedModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Objective.Packed> Objective.Packed.CODECprivate final List<Objective.Packed> ScoreboardSaveData.Packed.objectivesThe field for theobjectivesrecord component.Methods in net.minecraft.world.scores that return Objective.PackedMethods in net.minecraft.world.scores that return types with arguments of type Objective.PackedModifier and TypeMethodDescriptionScoreboardSaveData.Packed.objectives()Returns the value of theobjectivesrecord component.protected List<Objective.Packed> Scoreboard.packObjectives()Methods in net.minecraft.world.scores with parameters of type Objective.PackedModifier and TypeMethodDescriptionprotected voidScoreboard.loadObjective(Objective.Packed pPacked) Constructor parameters in net.minecraft.world.scores with type arguments of type Objective.PackedModifierConstructorDescriptionPacked(List<Objective.Packed> objectives, List<Scoreboard.PackedScore> scores, Map<DisplaySlot, String> displaySlots, List<PlayerTeam.Packed> teams) Creates an instance of aPackedrecord class.