public abstract class WorldGenerator
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private boolean |
doBlockNotify |
Constructor and Description |
---|
WorldGenerator() |
WorldGenerator(boolean notify) |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
generate(World worldIn,
java.util.Random rand,
BlockPos position) |
protected void |
setBlockAndNotifyAdequately(World worldIn,
BlockPos pos,
IBlockState state) |
void |
setDecorationDefaults() |
public WorldGenerator()
public WorldGenerator(boolean notify)
public void setDecorationDefaults()
protected void setBlockAndNotifyAdequately(World worldIn, BlockPos pos, IBlockState state)