Package com.sk89q.jnbt
Class Tag
java.lang.Object
com.sk89q.jnbt.Tag
- Direct Known Subclasses:
ByteArrayTag
,ByteTag
,CompoundTag
,DoubleTag
,EndTag
,FloatTag
,IntArrayTag
,IntTag
,ListTag
,LongArrayTag
,LongTag
,ShortTag
,StringTag
Represents a NBT tag.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Tag
public Tag()
-
-
Method Details
-
getValue
Gets the value of this tag.- Returns:
- the value
-