Package zombie.network
Class GameFileClient.ChunkRequest
java.lang.Object
zombie.network.GameFileClient.ChunkRequest
- Enclosing class:
- GameFileClient
public static class GameFileClient.ChunkRequest
extends java.lang.Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ChunkRequest(int x, int y, long crc, IsoChunk ch)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
wx
public int wx -
wy
public int wy -
crc
public long crc
-
-
Constructor Details
-
ChunkRequest
-