Class ChunkMock

java.lang.Object
be.seeseemelk.mockbukkit.ChunkMock
All Implemented Interfaces:
Chunk, PersistentDataHolder

public class ChunkMock extends Object implements Chunk
Mock implementation of a Chunk.
  • Constructor Details

    • ChunkMock

      protected ChunkMock(World world, int x, int z)
      Constructs a new ChunkMock for the provided world, at the specified coordinates.
      Parameters:
      world - The world the chunk is in.
      x - The X coordinate of the chunk.
      z - The Y coordinate of the chunk.
  • Method Details