public class WorldGenEndPodium extends WorldGenerator
| Modifier and Type | Field and Description | 
|---|---|
| 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, setDecorationDefaultspublic static final BlockPos END_PODIUM_LOCATION
public static final BlockPos END_PODIUM_CHUNK_POS
public boolean generate(World worldIn, java.util.Random rand, BlockPos position)
generate in class WorldGenerator