Class IntArrayCodec

java.lang.Object
com.hypixel.hytale.codec.codecs.array.IntArrayCodec
All Implemented Interfaces:
Codec<int[]>, RawJsonCodec<int[]>, SchemaConvertable<int[]>

public class IntArrayCodec extends Object implements Codec<int[]>, RawJsonCodec<int[]>