public final class ListTag extends Tag
TAG_List
tag.Constructor and Description |
---|
ListTag(String name,
Class<? extends Tag> type,
List<? extends Tag> value)
Creates the tag.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends Tag> |
getType()
Gets the type of item in this list.
|
List<Tag> |
getValue()
Gets the value of this tag.
|
String |
toString() |
Copyright © 2021. All rights reserved.