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.CODEC
private final List
<Objective.Packed> ScoreboardSaveData.Packed.objectives
The field for theobjectives
record 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 theobjectives
record component.Methods in net.minecraft.world.scores with parameters of type Objective.PackedModifier and TypeMethodDescriptionprotected void
Scoreboard.loadObjective
(Objective.Packed p_401060_) 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 aPacked
record class.