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 TypeMethodDescriptionvoidIsoChunk.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 TypeMethodDescriptionintPlayerDownloadServer.WorkerThread.compressChunk(ClientChunkRequest.Chunk arg0) voidClientChunkRequest.getByteBuffer(ClientChunkRequest.Chunk chunk) voidClientChunkRequest.releaseBuffer(ClientChunkRequest.Chunk chunk) voidClientChunkRequest.releaseChunk(ClientChunkRequest.Chunk chunk) -
Uses of ClientChunkRequest.Chunk in zombie.network.packets
Methods in zombie.network.packets with parameters of type ClientChunkRequest.ChunkModifier and TypeMethodDescriptionvoidSentChunkPacket.setChunk(ClientChunkRequest.Chunk var1, int var2, byte[] var3)