java.lang.Object
com.github.retrooper.packetevents.protocol.world.chunk.impl.v1_8.Chunk_v1_8
All Implemented Interfaces:
BaseChunk

public class Chunk_v1_8 extends Object implements BaseChunk
  • Constructor Details

  • Method Details

    • getBlocks

      public ShortArray3d getBlocks()
    • getBlockLight

      public NibbleArray3d getBlockLight()
    • getSkyLight

      public NibbleArray3d getSkyLight()
    • getBlockId

      public int getBlockId(int x, int y, int z)
      Specified by:
      getBlockId in interface BaseChunk
    • set

      public void set(int x, int y, int z, int combinedID)
      Specified by:
      set in interface BaseChunk
    • isEmpty

      public boolean isEmpty()
      Specified by:
      isEmpty in interface BaseChunk