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 static LoggerLOGGERprivate Scoreboardscoreboardprivate CompoundTagtag -
Constructor Summary
Constructors Constructor Description ScoreboardState() -
Method Summary
Modifier and Type Method Description protected voiddeserializeDisplaySlots(CompoundTag compoundTag)protected voiddeserializeObjectives(ListTag listTag)protected voiddeserializeTeamPlayers(Team team, ListTag listTag)protected voiddeserializeTeams(ListTag listTag)voidfromTag(CompoundTag tag)protected ListTagserializeObjectives()protected voidserializeSlots(CompoundTag compoundTag)protected ListTagserializeTeams()voidsetScoreboard(Scoreboard scoreboard)CompoundTagtoTag(CompoundTag tag)
-
Field Details
-
LOGGER
-
scoreboard
-
tag
-
-
Constructor Details
-
ScoreboardState
public ScoreboardState()
-
-
Method Details
-
setScoreboard
-
fromTag
- Specified by:
fromTagin classPersistentState
-
deserializeTeams
-
deserializeTeamPlayers
-
deserializeDisplaySlots
-
deserializeObjectives
-
toTag
- Specified by:
toTagin classPersistentState
-
serializeTeams
-
serializeSlots
-
serializeObjectives
-