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