Class GameFileClient.ChunkRequest

java.lang.Object
zombie.network.GameFileClient.ChunkRequest
Enclosing class:
GameFileClient

public static class GameFileClient.ChunkRequest
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    long crc  
    int wx  
    int wy  
  • 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

      public ChunkRequest​(int x, int y, long crc, IsoChunk ch)