Class ListTagConverter

java.lang.Object
com.viaversion.nbt.conversion.converter.ListTagConverter
All Implemented Interfaces:
TagConverter<ListTag,List>

public class ListTagConverter extends Object implements TagConverter<ListTag,List>
A converter that converts between CompoundTag and Map.
  • Constructor Details

    • ListTagConverter

      public ListTagConverter()
  • Method Details