Class ChunkRevisions.ChunkTableEntry

java.lang.Object
zombie.network.ChunkRevisions.ChunkTableEntry
All Implemented Interfaces:
java.lang.Comparable
Enclosing class:
ChunkRevisions

public static class ChunkRevisions.ChunkTableEntry
extends java.lang.Object
implements java.lang.Comparable
  • Field Summary

    Fields
    Modifier and Type Field Description
    short length  
    static java.lang.ThreadLocal pool  
    int position  
    long revision  
    byte x  
    byte y  
    byte z  
  • Constructor Summary

    Constructors
    Constructor Description
    ChunkTableEntry()  
  • Method Summary

    Modifier and Type Method Description
    int compareTo​(ChunkRevisions.ChunkTableEntry chunkTableEntry)  
    static ChunkRevisions.ChunkTableEntry get()  
    static void release​(java.util.ArrayList arrayList)  
    static void release​(ChunkRevisions.ChunkTableEntry chunkTableEntry)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.lang.Comparable

    compareTo
  • Field Details

    • x

      public byte x
    • y

      public byte y
    • z

      public byte z
    • position

      public int position
    • length

      public short length
    • revision

      public long revision
    • pool

      public static final java.lang.ThreadLocal pool
  • Constructor Details

    • ChunkTableEntry

      public ChunkTableEntry()
  • Method Details