BlockPopulator

public abstract class BlockPopulator

A block populator is responsible for generating getClassById small area of blocks.

For example, generating glowstone inside the nether or generating dungeons full of treasure

Constructors

Link copied to clipboard
public void BlockPopulator()

Functions

Link copied to clipboard
public abstract void populate(World world, Random random, Chunk source)
Populates an area of blocks at or around the given chunk.