Package net.glowstone.scoreboard
Class NbtScoreboardIoReader
java.lang.Object
net.glowstone.scoreboard.NbtScoreboardIoReader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GlowScoreboard
readMainScoreboard
(File path) Loads the scoreboard status from an NBT file.
-
Constructor Details
-
NbtScoreboardIoReader
public NbtScoreboardIoReader()
-
-
Method Details
-
readMainScoreboard
Loads the scoreboard status from an NBT file.- Parameters:
path
- the file path- Returns:
- the loaded scoreboard
- Throws:
IOException
- if the file cannot be read
-