Class FormatDetector

java.lang.Object
net.lenni0451.imnbt.utils.nbt.FormatDetector

public class FormatDetector extends Object
A crude format detector for Nbt files.
Only works sometimes but it's better than nothing.
  • Constructor Details

    • FormatDetector

      public FormatDetector(byte[] data)
  • Method Details

    • getCompressionType

      public CompressionType getCompressionType()
    • getEndianType

      public EndianType getEndianType()
    • getFormatType

      public FormatType getFormatType()
    • isBedrockLevelDat

      public boolean isBedrockLevelDat()