Uses of Class
zombie.network.ClientChunkRequest.Chunk
Packages that use ClientChunkRequest.Chunk
-
Uses of ClientChunkRequest.Chunk in zombie.iso
Methods in zombie.iso with parameters of type ClientChunkRequest.ChunkModifier and TypeMethodDescriptionvoid
IsoChunk.SaveLoadedChunk
(ClientChunkRequest.Chunk ccrc, CRC32 crc32) -
Uses of ClientChunkRequest.Chunk in zombie.network
Fields in zombie.network with type parameters of type ClientChunkRequest.ChunkMethods in zombie.network that return ClientChunkRequest.ChunkMethods in zombie.network with parameters of type ClientChunkRequest.ChunkModifier and TypeMethodDescriptionint
PlayerDownloadServer.WorkerThread.compressChunk
(ClientChunkRequest.Chunk chunk) void
ClientChunkRequest.getByteBuffer
(ClientChunkRequest.Chunk chunk) void
ClientChunkRequest.releaseBuffer
(ClientChunkRequest.Chunk chunk) void
ClientChunkRequest.releaseChunk
(ClientChunkRequest.Chunk chunk) -
Uses of ClientChunkRequest.Chunk in zombie.network.packets
Methods in zombie.network.packets with parameters of type ClientChunkRequest.ChunkModifier and TypeMethodDescriptionvoid
SentChunkPacket.setChunk
(ClientChunkRequest.Chunk var1, int var2, byte[] var3)