Class ScoreboardState

java.lang.Object
net.minecraft.world.PersistentState
net.minecraft.scoreboard.ScoreboardState

public class ScoreboardState
extends PersistentState
  • Field Details

  • Constructor Details

    • ScoreboardState

      public ScoreboardState()
  • Method Details

    • setScoreboard

      public void setScoreboard​(Scoreboard scoreboard)
    • fromTag

      public void fromTag​(CompoundTag tag)
      Specified by:
      fromTag in class PersistentState
    • deserializeTeams

      protected void deserializeTeams​(ListTag listTag)
    • deserializeTeamPlayers

      protected void deserializeTeamPlayers​(Team team, ListTag listTag)
    • deserializeDisplaySlots

      protected void deserializeDisplaySlots​(CompoundTag compoundTag)
    • deserializeObjectives

      protected void deserializeObjectives​(ListTag listTag)
    • toTag

      public CompoundTag toTag​(CompoundTag tag)
      Specified by:
      toTag in class PersistentState
    • serializeTeams

      protected ListTag serializeTeams()
    • serializeSlots

      protected void serializeSlots​(CompoundTag compoundTag)
    • serializeObjectives

      protected ListTag serializeObjectives()