public class ListTag<T extends Tag<?>> extends Tag<List<T>>
TAG_List tag.| Constructor and Description |
|---|
ListTag(String name,
Class<T> type,
List<T> value)
Creates the tag.
|
| Modifier and Type | Method and Description |
|---|---|
ListTag<T> |
clone()
Clones the Tag
|
Class<T> |
getElementType()
Gets the type of item in this list.
|
List<T> |
getValue()
Gets the value of this tag.
|
String |
toString() |
Copyright © 2011–2014 Flow Powered. All rights reserved.