Package net.minecraft.world.gen.feature
Class NetherFortressFeature
java.lang.Object
net.minecraft.world.gen.feature.StructureFeature<DefaultFeatureConfig>
net.minecraft.world.gen.feature.NetherFortressFeature
public class NetherFortressFeature extends StructureFeature<DefaultFeatureConfig>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNetherFortressFeature.StartNested classes/interfaces inherited from class net.minecraft.world.gen.feature.StructureFeature
StructureFeature.StructureStartFactory<C extends FeatureConfig> -
Field Summary
Fields Modifier and Type Field Description private static List<SpawnSettings.SpawnEntry>MONSTER_SPAWNSFields inherited from class net.minecraft.world.gen.feature.StructureFeature
BASTION_REMNANT, BURIED_TREASURE, DESERT_PYRAMID, END_CITY, FORTRESS, IGLOO, JIGSAW_STRUCTURES, JUNGLE_PYRAMID, MANSION, MINESHAFT, MONUMENT, NETHER_FOSSIL, OCEAN_RUIN, PILLAGER_OUTPOST, RUINED_PORTAL, SHIPWRECK, STRONGHOLD, STRUCTURES, SWAMP_HUT, VILLAGE -
Constructor Summary
Constructors Constructor Description NetherFortressFeature(com.mojang.serialization.Codec<DefaultFeatureConfig> codec) -
Method Summary
Modifier and Type Method Description List<SpawnSettings.SpawnEntry>getMonsterSpawns()StructureFeature.StructureStartFactory<DefaultFeatureConfig>getStructureStartFactory()protected booleanshouldStartAt(ChunkGenerator chunkGenerator, BiomeSource biomeSource, long long2, ChunkRandom chunkRandom, int int2, int int3, Biome biome, ChunkPos chunkPos, DefaultFeatureConfig defaultFeatureConfig)Checks if this structure can actually be placed at a potential structure position determined viaStructureFeature.getStartChunk(net.minecraft.world.gen.chunk.StructureConfig, long, net.minecraft.world.gen.ChunkRandom, int, int).Methods inherited from class net.minecraft.world.gen.feature.StructureFeature
configure, getCodec, getCreatureSpawns, getGenerationStep, getName, getStartChunk, isUniformDistribution, locateStructure, method_28664, readStructureStart, tryPlaceStart
-
Field Details
-
MONSTER_SPAWNS
-
-
Constructor Details
-
NetherFortressFeature
-
-
Method Details
-
shouldStartAt
protected boolean shouldStartAt(ChunkGenerator chunkGenerator, BiomeSource biomeSource, long long2, ChunkRandom chunkRandom, int int2, int int3, Biome biome, ChunkPos chunkPos, DefaultFeatureConfig defaultFeatureConfig)Description copied from class:StructureFeatureChecks if this structure can actually be placed at a potential structure position determined viaStructureFeature.getStartChunk(net.minecraft.world.gen.chunk.StructureConfig, long, net.minecraft.world.gen.ChunkRandom, int, int). Specific structures override this method to reduce the spawn probability or restrict the spawn in some other way.- Overrides:
shouldStartAtin classStructureFeature<DefaultFeatureConfig>
-
getStructureStartFactory
- Specified by:
getStructureStartFactoryin classStructureFeature<DefaultFeatureConfig>
-
getMonsterSpawns
- Overrides:
getMonsterSpawnsin classStructureFeature<DefaultFeatureConfig>
-