Uses of Record Class
net.minecraft.scoreboard.ScoreboardObjective.Packed
Packages that use ScoreboardObjective.Packed
-
Uses of ScoreboardObjective.Packed in net.minecraft.scoreboard
Fields in net.minecraft.scoreboard with type parameters of type ScoreboardObjective.PackedModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ScoreboardObjective.Packed> ScoreboardObjective.Packed.CODECprivate final List<ScoreboardObjective.Packed> ScoreboardState.Packed.objectivesThe field for theobjectivesrecord component.Methods in net.minecraft.scoreboard that return ScoreboardObjective.PackedMethods in net.minecraft.scoreboard that return types with arguments of type ScoreboardObjective.PackedModifier and TypeMethodDescriptionprotected List<ScoreboardObjective.Packed> Scoreboard.getPackedObjectives()ScoreboardState.Packed.objectives()Returns the value of theobjectivesrecord component.Methods in net.minecraft.scoreboard with parameters of type ScoreboardObjective.PackedModifier and TypeMethodDescriptionprotected voidScoreboard.addObjective(ScoreboardObjective.Packed packedObjective) Constructor parameters in net.minecraft.scoreboard with type arguments of type ScoreboardObjective.PackedModifierConstructorDescriptionPacked(List<ScoreboardObjective.Packed> objectives, List<Scoreboard.PackedEntry> scores, Map<ScoreboardDisplaySlot, String> displaySlots, List<Team.Packed> teams) Creates an instance of aPackedrecord class.