Class ListTagConverter
java.lang.Object
com.viaversion.nbt.conversion.converter.ListTagConverter
- All Implemented Interfaces:
TagConverter<ListTag,List>
A converter that converts between CompoundTag and Map.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ListTagConverter
public ListTagConverter()
-
-
Method Details
-
convert
Description copied from interface:TagConverterConverts a tag to a value.- Specified by:
convertin interfaceTagConverter<ListTag,List> - Parameters:
tag- Tag to convert.- Returns:
- The converted value.
-
convert
Description copied from interface:TagConverterConverts a value to a tag.- Specified by:
convertin interfaceTagConverter<ListTag,List> - Parameters:
value- Value to convert.- Returns:
- The converted tag.
-