public class WorldGenClay extends WorldGenerator
| Modifier and Type | Field and Description |
|---|---|
private Block |
field_150546_a |
private int |
numberOfBlocks
The number of blocks to generate.
|
| Constructor and Description |
|---|
WorldGenClay(int p_i2011_1_) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
generate(World worldIn,
java.util.Random rand,
BlockPos position) |
func_175904_e, setBlockAndNotifyAdequatelyprivate Block field_150546_a
private int numberOfBlocks
public boolean generate(World worldIn, java.util.Random rand, BlockPos position)
generate in class WorldGenerator