Interface GeneratedChunk
public interface GeneratedChunk
The chunk a
WorldGenerator fills.-
Method Details
-
chunkX
int chunkX() -
chunkZ
int chunkZ() -
minY
int minY() -
height
int height() -
setBlock
Places the default state of a block. -
setBlock
-
setBlock
Places a block state. -
blockAt
- Returns:
- the block currently stored at the position
-
setBiome
-