Class OldChunk

java.lang.Object
com.sk89q.worldedit.world.chunk.OldChunk
All Implemented Interfaces:
Chunk

public class OldChunk extends Object implements Chunk
Represents an Alpha chunk.
  • Constructor Details

    • OldChunk

      public OldChunk(CompoundTag tag) throws DataException
      Construct the chunk with a compound tag.
      Parameters:
      tag - the tag
      Throws:
      DataException - if there is an error getting the chunk data
  • Method Details