Package | Description |
---|---|
com.comphenix.attribute |
Modifier and Type | Method and Description |
---|---|
static NbtFactory.StreamOptions |
NbtFactory.StreamOptions.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NbtFactory.StreamOptions[] |
NbtFactory.StreamOptions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static NbtFactory.NbtCompound |
NbtFactory.fromStream(com.google.common.io.ByteSource stream,
NbtFactory.StreamOptions option)
Load the content of a file from a stream.
|
static void |
NbtFactory.saveStream(NbtFactory.NbtCompound source,
com.google.common.io.ByteSink stream,
NbtFactory.StreamOptions option)
Save the content of a NBT compound to a stream.
|
NbtFactory.NbtCompound |
NbtFactory.NbtCompound.saveTo(com.google.common.io.ByteSink stream,
NbtFactory.StreamOptions option)
Save the content of a NBT compound to a stream.
|