Package net.minecraft.scoreboard
Class ScoreboardState
java.lang.Object
net.minecraft.world.PersistentState
net.minecraft.scoreboard.ScoreboardState
public class ScoreboardState extends PersistentState
-
Field Summary
Fields Modifier and Type Field Description private Scoreboardfield_27936 -
Constructor Summary
Constructors Constructor Description ScoreboardState(Scoreboard scoreboard) -
Method Summary
Modifier and Type Method Description private voiddeserializeDisplaySlots(CompoundTag compoundTag)private voiddeserializeObjectives(ListTag listTag)private voiddeserializeTeamPlayers(Team team, ListTag listTag)private voiddeserializeTeams(ListTag listTag)ScoreboardStatemethod_32481(CompoundTag compoundTag)private ListTagserializeObjectives()private voidserializeSlots(CompoundTag compoundTag)private ListTagserializeTeams()CompoundTagtoTag(CompoundTag tag)Methods inherited from class net.minecraft.world.PersistentState
isDirty, markDirty, save, setDirty
-
Field Details
-
field_27936
-
-
Constructor Details
-
ScoreboardState
-
-
Method Details
-
method_32481
-
deserializeTeams
-
deserializeTeamPlayers
-
deserializeDisplaySlots
-
deserializeObjectives
-
toTag
- Specified by:
toTagin classPersistentState
-
serializeTeams
-
serializeSlots
-
serializeObjectives
-