public class WorldGenDungeons extends WorldGenerator
Modifier and Type | Field and Description |
---|---|
private static org.apache.logging.log4j.Logger |
LOGGER |
private static ResourceLocation[] |
SPAWNERTYPES |
Constructor and Description |
---|
WorldGenDungeons() |
Modifier and Type | Method and Description |
---|---|
boolean |
generate(World worldIn,
java.util.Random rand,
BlockPos position) |
private ResourceLocation |
pickMobSpawner(java.util.Random rand) |
setBlockAndNotifyAdequately, setDecorationDefaults
private static final org.apache.logging.log4j.Logger LOGGER
private static final ResourceLocation[] SPAWNERTYPES
public boolean generate(World worldIn, java.util.Random rand, BlockPos position)
generate
in class WorldGenerator
private ResourceLocation pickMobSpawner(java.util.Random rand)