Class ChunkChecksum
java.lang.Object
zombie.network.ChunkChecksum
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic long
createChecksum
(String filename) static long
getChecksum
(int wx, int wy) static long
getChecksumIfExists
(int wx, int wy) static void
Reset()
static void
setChecksum
(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()
-