Package | Description |
---|---|
buildcraft.lib.nbt |
Modifier and Type | Field and Description |
---|---|
static WrittenType[] |
WrittenType.ORDERED_VALUES |
Modifier and Type | Method and Description |
---|---|
static WrittenType |
WrittenType.getForSize(int size) |
WrittenType |
NbtSquishMap.getWrittenType() |
static WrittenType |
WrittenType.readType(java.io.DataInput in) |
static WrittenType |
WrittenType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WrittenType[] |
WrittenType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|