Package net.minecraft.scoreboard
Class ScoreboardSaveData
- java.lang.Object
-
- net.minecraft.world.WorldSavedData
-
- net.minecraft.scoreboard.ScoreboardSaveData
-
public class ScoreboardSaveData extends WorldSavedData
+ This portion of EaglercraftX contains deobfuscated Minecraft 1.8 source code. Minecraft 1.8.8 bytecode is (c) 2015 Mojang AB. "Do not distribute!" Mod Coder Pack v9.18 deobfuscation configs are (c) Copyright by the MCP Team EaglercraftX 1.8 patch files are (c) 2022-2023 LAX1DUDE. All Rights Reserved. WITH THE EXCEPTION OF PATCH FILES, MINIFIED JAVASCRIPT, AND ALL FILES NORMALLY FOUND IN AN UNMODIFIED MINECRAFT RESOURCE PACK, YOU ARE NOT ALLOWED TO SHARE, DISTRIBUTE, OR REPURPOSE ANY FILE USED BY OR PRODUCED BY THE SOFTWARE IN THIS REPOSITORY WITHOUT PRIOR PERMISSION FROM THE PROJECT AUTHOR. NOT FOR COMMERCIAL OR MALICIOUS USE (please read the 'LICENSE' file this repo's root directory for more info)
-
-
Field Summary
-
Fields inherited from class net.minecraft.world.WorldSavedData
mapName
-
-
Constructor Summary
Constructors Constructor Description ScoreboardSaveData()ScoreboardSaveData(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected NBTTagListfunc_96496_a()protected voidfunc_96497_d(NBTTagCompound parNBTTagCompound)protected voidfunc_96502_a(ScorePlayerTeam parScorePlayerTeam, NBTTagList parNBTTagList)protected NBTTagListobjectivesToNbt()protected voidreadDisplayConfig(NBTTagCompound parNBTTagCompound)voidreadFromNBT(NBTTagCompound nbttagcompound)+ reads in data from the NBTTagCompound into this MapDataBaseprotected voidreadObjectives(NBTTagList nbt)protected voidreadScores(NBTTagList nbt)protected voidreadTeams(NBTTagList parNBTTagList)protected NBTTagListscoresToNbt()voidsetScoreboard(Scoreboard scoreboardIn)voidwriteToNBT(NBTTagCompound nbttagcompound)+ write data to NBTTagCompound from this MapDataBase, similar to Entities and TileEntities-
Methods inherited from class net.minecraft.world.WorldSavedData
isDirty, markDirty, setDirty
-
-
-
-
Method Detail
-
setScoreboard
public void setScoreboard(Scoreboard scoreboardIn)
-
readFromNBT
public void readFromNBT(NBTTagCompound nbttagcompound)
+ reads in data from the NBTTagCompound into this MapDataBase- Specified by:
readFromNBTin classWorldSavedData
-
readTeams
protected void readTeams(NBTTagList parNBTTagList)
-
func_96502_a
protected void func_96502_a(ScorePlayerTeam parScorePlayerTeam, NBTTagList parNBTTagList)
-
readDisplayConfig
protected void readDisplayConfig(NBTTagCompound parNBTTagCompound)
-
readObjectives
protected void readObjectives(NBTTagList nbt)
-
readScores
protected void readScores(NBTTagList nbt)
-
writeToNBT
public void writeToNBT(NBTTagCompound nbttagcompound)
+ write data to NBTTagCompound from this MapDataBase, similar to Entities and TileEntities- Specified by:
writeToNBTin classWorldSavedData
-
func_96496_a
protected NBTTagList func_96496_a()
-
func_96497_d
protected void func_96497_d(NBTTagCompound parNBTTagCompound)
-
objectivesToNbt
protected NBTTagList objectivesToNbt()
-
scoresToNbt
protected NBTTagList scoresToNbt()
-
-