java.lang.Object
com.olziedev.playerauctions.api.scheduler.wrapped.chunk.BukkitChunk

public class BukkitChunk extends Object
Represents a chunk in the world.
  • Constructor Details

    • BukkitChunk

      public BukkitChunk(Chunk chunk)
      Parameters:
      chunk - The chunk to wrap.
  • Method Details

    • getBlock

      public Block getBlock(int x, int y, int z)
      Gets the block at the specified coordinates.
      Parameters:
      x - The x coordinate of the block.
      y - The y coordinate of the block.
      z - The z coordinate of the block.
      Returns:
      The block at the specified coordinates.