Class LongArrayCodec

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

public class LongArrayCodec extends Object implements Codec<long[]>, RawJsonCodec<long[]>
  • Field Details

    • EMPTY_LONG_ARRAY

      public static final long[] EMPTY_LONG_ARRAY
  • Constructor Details

    • LongArrayCodec

      public LongArrayCodec()
  • Method Details