|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jnbt.Tag
public abstract class Tag
Represents a single NBT tag.
Constructor Summary | |
---|---|
Tag(String name)
Creates the tag with the specified name. |
Method Summary | |
---|---|
String |
getName()
Gets the name of this tag. |
abstract Object |
getValue()
Gets the value of this tag. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Tag(String name)
name
- The name.Method Detail |
---|
public final String getName()
public abstract Object getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |