org.jnbt
Class ListTag
java.lang.Object
org.jnbt.Tag
org.jnbt.ListTag
public final class ListTag
- extends Tag
The TAG_List
tag.
- Author:
- Graham Edgecombe
ListTag
public ListTag(String name,
Class<? extends Tag> type,
List<Tag> value)
- Creates the tag.
- Parameters:
name
- The name.type
- The type of item in the list.value
- The value.
getType
public Class<? extends Tag> getType()
- Gets the type of item in this list.
- Returns:
- The type of item in this list.
getValue
public List<Tag> getValue()
- Description copied from class:
Tag
- Gets the value of this tag.
- Specified by:
getValue
in class Tag
- Returns:
- The value of this tag.
toString
public String toString()
- Overrides:
toString
in class Object