Class IntArrayTagConverter

java.lang.Object
com.viaversion.nbt.conversion.converter.IntArrayTagConverter
All Implemented Interfaces:
TagConverter<IntArrayTag,int[]>

public class IntArrayTagConverter extends Object implements TagConverter<IntArrayTag,int[]>
A converter that converts between IntArrayTag and int[].
  • Constructor Details

    • IntArrayTagConverter

      public IntArrayTagConverter()
  • Method Details