Class LongTagConverter

java.lang.Object
com.viaversion.nbt.conversion.converter.LongTagConverter
All Implemented Interfaces:
TagConverter<LongTag,Long>

public class LongTagConverter extends Object implements TagConverter<LongTag,Long>
A converter that converts between LongTag and long.
  • Constructor Details

    • LongTagConverter

      public LongTagConverter()
  • Method Details