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