public class WorldGenDoublePlant extends WorldGenerator
| Constructor and Description |
|---|
WorldGenDoublePlant() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
generate(World worldIn,
java.util.Random rand,
BlockPos position) |
void |
setPlantType(BlockDoublePlant.EnumPlantType plantTypeIn) |
setBlockAndNotifyAdequately, setDecorationDefaultspublic void setPlantType(BlockDoublePlant.EnumPlantType plantTypeIn)
public boolean generate(World worldIn, java.util.Random rand, BlockPos position)
generate in class WorldGenerator