| Constructor and Description |
|---|
ListTag(TagType childType,
List<T> value)
Creates the tag.
|
| Modifier and Type | Method and Description |
|---|---|
TagType |
getChildType()
The type of entries within this list.
|
List<T> |
getValue()
Gets the value of this tag.
|
protected void |
valueToString(StringBuilder builder) |
protected void valueToString(StringBuilder builder)
valueToString in class Tag<List<T extends Tag>>public TagType getChildType()
Copyright © 2021. All rights reserved.