| Package | Description |
|---|---|
| com.flowpowered.nbt |
| Modifier and Type | Method and Description |
|---|---|
static TagType |
TagType.getById(int id) |
static TagType |
TagType.getByTagClass(Class<? extends Tag<?>> clazz) |
static TagType |
TagType.getByTypeName(String typeName) |
TagType |
Tag.getType()
Returns the type of this tag
|
static TagType |
TagType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TagType[] |
TagType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Tag(TagType type)
Creates the tag with no name.
|
Tag(TagType type,
String name)
Creates the tag with the specified name.
|
Copyright © 2011–2014 Flow Powered. All rights reserved.