Class ChunkChecksum

java.lang.Object
zombie.network.ChunkChecksum

public class ChunkChecksum extends Object
  • Constructor Details

    • ChunkChecksum

      public ChunkChecksum()
  • Method Details

    • getChecksum

      public static long getChecksum(int int1, int int2) throws IOException
      Throws:
      IOException
    • getChecksumIfExists

      public static long getChecksumIfExists(int int1, int int2) throws IOException
      Throws:
      IOException
    • setChecksum

      public static void setChecksum(int int1, int int2, long long1)
    • createChecksum

      public static long createChecksum(String string) throws IOException
      Throws:
      IOException
    • Reset

      public static void Reset()