Package com.sk89q.jnbt
Class NamedTag
java.lang.Object
com.sk89q.jnbt.NamedTag
A tag that has a name.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
NamedTag
Create a new named tag.- Parameters:
name
- the nametag
- the tag
-
-
Method Details
-
getName
Get the name of the tag.- Returns:
- the name
-
getTag
Get the tag.- Returns:
- the tag
-