@Deprecated
public class NamedTag
extends java.lang.Object
Constructor and Description |
---|
NamedTag(java.lang.String name,
Tag tag)
Deprecated.
Create a new named tag.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Deprecated.
Get the name of the tag.
|
Tag |
getTag()
Deprecated.
Get the tag.
|
public NamedTag(java.lang.String name, Tag tag)
name
- the nametag
- the tagpublic java.lang.String getName()
public Tag getTag()