| Package | Description |
|---|---|
| com.flowpowered.nbt.holder |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicTagField<T>
Represents a field containing a basic tag type
|
class |
BooleanField
Field to represent a Boolean - These are a bit of a special case in NBT since they're just bytes, which is a PITA
|
class |
FieldHolderField<T extends FieldHolder>
A field that holds the contents of a FieldHolder
|
class |
ListField<T>
Represents a field that contains a list of other tags (all tags are of the same type)
|
| Modifier and Type | Method and Description |
|---|---|
static <T> FieldValue<T> |
FieldValue.from(String name,
Field<T> field) |
static <T> FieldValue<T> |
FieldValue.from(String name,
Field<T> field,
T defaultValue) |
| Constructor and Description |
|---|
FieldValue(String key,
Field<T> field) |
FieldValue(String key,
Field<T> field,
T defaultValue) |
ListField(Field<T> field) |
Copyright © 2011–2014 Flow Powered. All rights reserved.