public class WorldGenEndPodium extends WorldGenerator
Modifier and Type | Field and Description |
---|---|
private boolean |
activePortal |
static BlockPos |
END_PODIUM_CHUNK_POS |
static BlockPos |
END_PODIUM_LOCATION |
Constructor and Description |
---|
WorldGenEndPodium(boolean activePortalIn) |
Modifier and Type | Method and Description |
---|---|
boolean |
generate(World worldIn,
java.util.Random rand,
BlockPos position) |
setBlockAndNotifyAdequately, setDecorationDefaults
public static final BlockPos END_PODIUM_LOCATION
public static final BlockPos END_PODIUM_CHUNK_POS
private final boolean activePortal
public boolean generate(World worldIn, java.util.Random rand, BlockPos position)
generate
in class WorldGenerator