public class NbtScoreboardIoWriter extends Object
| Constructor and Description |
|---|
NbtScoreboardIoWriter() |
| Modifier and Type | Method and Description |
|---|---|
static void |
writeMainScoreboard(File path,
GlowScoreboard scoreboard)
Saves a scoreboard to a compressed NBT file.
|
public static void writeMainScoreboard(File path, GlowScoreboard scoreboard) throws IOException
path - the file path to write toscoreboard - the scoreboard to saveIOException - if the file cannot be writtenCopyright © 2021. All rights reserved.