public class WorldGenClay extends WorldGenerator
Modifier and Type | Field and Description |
---|---|
private Block |
block |
private int |
numberOfBlocks |
Constructor and Description |
---|
WorldGenClay(int p_i2011_1_) |
Modifier and Type | Method and Description |
---|---|
boolean |
generate(World worldIn,
java.util.Random rand,
BlockPos position) |
setBlockAndNotifyAdequately, setDecorationDefaults
private final Block block
private final int numberOfBlocks
public boolean generate(World worldIn, java.util.Random rand, BlockPos position)
generate
in class WorldGenerator