| Package | Description |
|---|---|
| com.flowpowered.nbt | |
| com.flowpowered.nbt.holder |
| Modifier and Type | Method and Description |
|---|---|
CompoundMap |
CompoundTag.getValue() |
| Constructor and Description |
|---|
CompoundMap(CompoundMap initial)
Creates a CompoundMap using the same element ordering rules as in the given CompoundMap.
The map is initialised using the values given in the CompoundMap. |
CompoundTag(String name,
CompoundMap value)
Creates the tag.
|
| Modifier and Type | Method and Description |
|---|---|
CompoundMap |
FieldHolder.save() |
| Modifier and Type | Method and Description |
|---|---|
void |
FieldValue.save(CompoundMap tag) |
Copyright © 2011–2014 Flow Powered. All rights reserved.