NbtFileWriteException constructor
NbtFileWriteException(
- String message
Thrown when we encounter an issue writing NBT to a file.
Implementation
NbtFileWriteException(this.message);
Thrown when we encounter an issue writing NBT to a file.
NbtFileWriteException(this.message);