Package be.seeseemelk.mockbukkit
Class MockChunkData
java.lang.Object
be.seeseemelk.mockbukkit.MockChunkData
- All Implemented Interfaces:
ChunkGenerator.ChunkData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull BiomegetBiome(int x, int y, int z) @NotNull BlockDatagetBlockData(int x, int y, int z) bytegetData(int x, int y, int z) Deprecated.intint@NotNull MaterialgetType(int x, int y, int z) @NotNull MaterialDatagetTypeAndData(int x, int y, int z) Deprecated.voidvoidvoidsetBlock(int x, int y, int z, @NotNull MaterialData material) Deprecated.voidvoidvoidsetRegion(int xMin, int yMin, int zMin, int xMax, int yMax, int zMax, @NotNull MaterialData material) Deprecated.
-
Constructor Details
-
MockChunkData
-
-
Method Details
-
getMinHeight
public int getMinHeight()- Specified by:
getMinHeightin interfaceChunkGenerator.ChunkData
-
getMaxHeight
public int getMaxHeight()- Specified by:
getMaxHeightin interfaceChunkGenerator.ChunkData
-
getBiome
- Specified by:
getBiomein interfaceChunkGenerator.ChunkData
-
setBlock
- Specified by:
setBlockin interfaceChunkGenerator.ChunkData
-
setBlock
Deprecated.- Specified by:
setBlockin interfaceChunkGenerator.ChunkData
-
setBlock
- Specified by:
setBlockin interfaceChunkGenerator.ChunkData
-
setRegion
public void setRegion(int xMin, int yMin, int zMin, int xMax, int yMax, int zMax, @NotNull @NotNull Material material) - Specified by:
setRegionin interfaceChunkGenerator.ChunkData
-
setRegion
@Deprecated public void setRegion(int xMin, int yMin, int zMin, int xMax, int yMax, int zMax, @NotNull @NotNull MaterialData material) Deprecated.- Specified by:
setRegionin interfaceChunkGenerator.ChunkData
-
setRegion
public void setRegion(int xMin, int yMin, int zMin, int xMax, int yMax, int zMax, @NotNull @NotNull BlockData blockData) - Specified by:
setRegionin interfaceChunkGenerator.ChunkData
-
getType
- Specified by:
getTypein interfaceChunkGenerator.ChunkData
-
getTypeAndData
Deprecated.- Specified by:
getTypeAndDatain interfaceChunkGenerator.ChunkData
-
getBlockData
- Specified by:
getBlockDatain interfaceChunkGenerator.ChunkData
-
getData
Deprecated.- Specified by:
getDatain interfaceChunkGenerator.ChunkData
-