public class WorldGenDesertWells extends WorldGenerator
Modifier and Type | Field and Description |
---|---|
private static BlockStateMatcher |
IS_SAND |
private IBlockState |
sandSlab |
private IBlockState |
sandstone |
private IBlockState |
water |
Constructor and Description |
---|
WorldGenDesertWells() |
Modifier and Type | Method and Description |
---|---|
boolean |
generate(World worldIn,
java.util.Random rand,
BlockPos position) |
setBlockAndNotifyAdequately, setDecorationDefaults
private static final BlockStateMatcher IS_SAND
private final IBlockState sandSlab
private final IBlockState sandstone
private final IBlockState water
public boolean generate(World worldIn, java.util.Random rand, BlockPos position)
generate
in class WorldGenerator