public class ScoreboardSaveData extends WorldSavedData
| コンストラクタと説明 |
|---|
ScoreboardSaveData() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected void |
fillInDisplaySlots(CompoundNBT compound) |
protected void |
loadTeamPlayers(ScorePlayerTeam playerTeam,
ListNBT tagList) |
protected ListNBT |
objectivesToNbt() |
void |
read(CompoundNBT nbt)
reads in data from the NBTTagCompound into this MapDataBase
|
protected void |
readDisplayConfig(CompoundNBT compound) |
protected void |
readObjectives(ListNBT nbt) |
protected void |
readTeams(ListNBT tagList) |
void |
setScoreboard(Scoreboard scoreboardIn) |
protected ListNBT |
teamsToNbt() |
CompoundNBT |
write(CompoundNBT compound) |
deserializeNBT, getName, isDirty, markDirty, save, serializeNBT, setDirtypublic void setScoreboard(Scoreboard scoreboardIn)
public void read(CompoundNBT nbt)
read クラス内 WorldSavedDataprotected void readTeams(ListNBT tagList)
protected void loadTeamPlayers(ScorePlayerTeam playerTeam, ListNBT tagList)
protected void readDisplayConfig(CompoundNBT compound)
protected void readObjectives(ListNBT nbt)
public CompoundNBT write(CompoundNBT compound)
write クラス内 WorldSavedDataprotected ListNBT teamsToNbt()
protected void fillInDisplaySlots(CompoundNBT compound)
protected ListNBT objectivesToNbt()