| Interface | Description |
|---|---|
| Field<T> |
Base field in NBT serialization
|
| Class | Description |
|---|---|
| BasicTagField<T> |
Represents a field containing a basic tag type
|
| 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
|
| FieldHolder |
Holder class for
FieldValues |
| FieldHolderField<T extends FieldHolder> |
A field that holds the contents of a FieldHolder
|
| FieldUtils |
Utility classes for field handling.
|
| FieldValue<T> |
Represents the value of a field
|
| ListField<T> |
Represents a field that contains a list of other tags (all tags are of the same type)
|
Copyright © 2011–2014 Flow Powered. All rights reserved.