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 TypeMethodDescriptionScoreboardState.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> list, List<Scoreboard.PackedEntry> list2, Map<ScoreboardDisplaySlot, String> map, List<Team.Packed> list3)