net.minecraft.world.scores

public record ScoreboardSaveData$Packed

ftk$a
net.minecraft.world.scores.ScoreboardSaveData$Packed
net.minecraft.class_273$class_10745
net.minecraft.scoreboard.ScoreboardState$Packed

Field summary

Modifier and TypeField
private final List<Objective$Packed>
c
objectives
comp_3665
objectives
private final List<Scoreboard$PackedScore>
d
scores
comp_3666
scores
private final Map<DisplaySlot, String>
e
displaySlots
comp_3667
displaySlots
private final List<PlayerTeam$Packed>
f
teams
comp_3668
teams
public static final ScoreboardSaveData$Packed
a
EMPTY
field_63440
EMPTY
public static final com.mojang.serialization.Codec<ScoreboardSaveData$Packed>
b
CODEC
field_56485
CODEC

Constructor summary

ModifierConstructor
public (List<Objective$Packed> objectives, List<Scoreboard$PackedScore> scores, Map<DisplaySlot, String> displaySlots, List<PlayerTeam$Packed> teams)

Method summary

Modifier and TypeMethod
public List<Objective$Packed>
a()
objectives()
comp_3665()
objectives()
public List<Scoreboard$PackedScore>
b()
scores()
comp_3666()
scores()
public Map<DisplaySlot, String>
c()
displaySlots()
comp_3667()
displaySlots()
public List<PlayerTeam$Packed>
d()
teams()
comp_3668()
teams()