Package net.glowstone.scoreboard
Class NbtScoreboardIoWriter
java.lang.Object
net.glowstone.scoreboard.NbtScoreboardIoWriter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidwriteMainScoreboard(File path, GlowScoreboard scoreboard) Saves a scoreboard to a compressed NBT file.
-
Constructor Details
-
NbtScoreboardIoWriter
public NbtScoreboardIoWriter()
-
-
Method Details
-
writeMainScoreboard
Saves a scoreboard to a compressed NBT file.- Parameters:
path- the file path to write toscoreboard- the scoreboard to save- Throws:
IOException- if the file cannot be written
-