public class ListTagConverter extends Object implements TagConverter<ListTag,List>
| Constructor and Description |
|---|
ListTagConverter() |
| Modifier and Type | Method and Description |
|---|---|
List |
convert(ListTag tag)
Converts a tag to a value.
|
ListTag |
convert(String name,
List value)
Converts a value to a tag.
|
public List convert(ListTag tag)
TagConverterconvert in interface TagConverter<ListTag,List>tag - Tag to convert.public ListTag convert(String name, List value)
TagConverterconvert in interface TagConverter<ListTag,List>name - Name of the tag.value - Value to convert.Copyright © 2021. All rights reserved.