TType - - type of the value that is stored.public interface NbtWrapper<TType> extends NbtBase<TType>
Use NbtFactory to load or create instances.
| Modifier and Type | Method and Description |
|---|---|
Object |
getHandle()
Retrieve the underlying net.minecraft.server instance.
|
void |
write(DataOutput destination)
Write the current NBT tag to an output stream.
|
Object getHandle()
void write(DataOutput destination)
destination - - the destination stream.Copyright © 2012–2017 Comphenix and dmulloy2. Licensed under the GNU GPL v2.