Class ClientChunkRequest.Chunk

java.lang.Object
zombie.network.ClientChunkRequest.Chunk
Enclosing class:
ClientChunkRequest

public static final class ClientChunkRequest.Chunk
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    java.nio.ByteBuffer bb  
    long crc  
    int requestNumber  
    int wx  
    int wy  
  • Constructor Summary

    Constructors
    Constructor Description
    Chunk()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • requestNumber

      public int requestNumber
    • wx

      public int wx
    • wy

      public int wy
    • crc

      public long crc
    • bb

      public java.nio.ByteBuffer bb
  • Constructor Details

    • Chunk

      public Chunk()