public final class ListTag<T extends Tag> extends Tag
TAG_List
ListTag(String name, Class<T> type, List<T> value)
ListTag<T>
clone()
Class<? extends Tag>
getType()
List<T>
getValue()
String
toString()
getName
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public ListTag(String name, Class<T> type, List<T> value)
name
type
value
public Class<? extends Tag> getType()
public List<T> getValue()
public String toString()
toString
Object
public ListTag<T> clone()
clone
Tag