public class WorldGenBlockBlob extends WorldGenerator
Modifier and Type | Field and Description |
---|---|
private Block |
block |
private int |
startRadius |
Constructor and Description |
---|
WorldGenBlockBlob(Block blockIn,
int startRadiusIn) |
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 startRadius
public WorldGenBlockBlob(Block blockIn, int startRadiusIn)
public boolean generate(World worldIn, java.util.Random rand, BlockPos position)
generate
in class WorldGenerator