Class ChunkChecksum
java.lang.Object
zombie.network.ChunkChecksum
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic longcreateChecksum(String filename) static longgetChecksum(int wx, int wy) static longgetChecksumIfExists(int wx, int wy) static voidReset()static voidsetChecksum(int wx, int wy, long crc)
-
Constructor Details
-
ChunkChecksum
public ChunkChecksum()
-
-
Method Details
-
getChecksum
- Throws:
IOException
-
getChecksumIfExists
- Throws:
IOException
-
setChecksum
public static void setChecksum(int wx, int wy, long crc) -
createChecksum
- Throws:
IOException
-
Reset
public static void Reset()
-