Package net.minecraft.world.gen.feature
Class NetherFortressFeature
java.lang.Object
net.minecraft.world.gen.feature.StructureFeature<DefaultFeatureConfig>
net.minecraft.world.gen.feature.NetherFortressFeature
- Mappings:
Namespace Name official cva
intermediary net/minecraft/class_3108
named net/minecraft/world/gen/feature/NetherFortressFeature
-
Field Summary
FieldsFields inherited from class net.minecraft.world.gen.feature.StructureFeature
BASTION_REMNANT, BURIED_TREASURE, DESERT_PYRAMID, END_CITY, field_31518, FORTRESS, IGLOO, JUNGLE_PYRAMID, LAND_MODIFYING_STRUCTURES, MANSION, MINESHAFT, MONUMENT, NETHER_FOSSIL, OCEAN_RUIN, PILLAGER_OUTPOST, RUINED_PORTAL, SHIPWRECK, STRONGHOLD, STRUCTURES, SWAMP_HUT, VILLAGE
-
Constructor Summary
ConstructorsConstructorDescriptionNetherFortressFeature
(com.mojang.serialization.Codec<DefaultFeatureConfig> codec) -
Method Summary
Modifier and TypeMethodDescriptionprivate static void
method_38679
(class_6626 class_6626, DefaultFeatureConfig defaultFeatureConfig, class_6622.class_6623 class_6623) protected boolean
shouldStartAt
(ChunkGenerator chunkGenerator, BiomeSource biomeSource, long long2, ChunkRandom chunkRandom, ChunkPos chunkPos, ChunkPos chunkPos2, DefaultFeatureConfig defaultFeatureConfig, HeightLimitView heightLimitView) 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.random.ChunkRandom, int, int)
.Methods inherited from class net.minecraft.world.gen.feature.StructureFeature
calculateBoundingBox, configure, getCodec, getGenerationStep, getName, getStartChunk, init, isUniformDistribution, locateStructure, method_38671, method_38690, readStructureStart, tryPlaceStart
-
Field Details
-
MONSTER_SPAWNS
- Mappings:
Namespace Name Mixin selector official a
Lcva;a:Lasn;
intermediary field_13705
Lnet/minecraft/class_3108;field_13705:Lnet/minecraft/class_6012;
named MONSTER_SPAWNS
Lnet/minecraft/world/gen/feature/NetherFortressFeature;MONSTER_SPAWNS:Lnet/minecraft/util/collection/Pool;
-
-
Constructor Details
-
NetherFortressFeature
-
-
Method Details
-
shouldStartAt
protected boolean shouldStartAt(ChunkGenerator chunkGenerator, BiomeSource biomeSource, long long2, ChunkRandom chunkRandom, ChunkPos chunkPos, ChunkPos chunkPos2, DefaultFeatureConfig defaultFeatureConfig, HeightLimitView heightLimitView) Description copied from class:StructureFeature
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.random.ChunkRandom, int, int)
. Specific structures override this method to reduce the spawn probability or restrict the spawn in some other way.- Overrides:
shouldStartAt
in classStructureFeature<DefaultFeatureConfig>
- Mappings:
Namespace Name Mixin selector official a
Lcva;a(Lcoj;Lbzp;JLcsi;Lbxq;Lbxq;Lcxo;Lbyo;)Z
intermediary method_28640
Lnet/minecraft/class_3108;method_28640(Lnet/minecraft/class_2794;Lnet/minecraft/class_1966;JLnet/minecraft/class_2919;Lnet/minecraft/class_1923;Lnet/minecraft/class_1923;Lnet/minecraft/class_3111;Lnet/minecraft/class_5539;)Z
named shouldStartAt
Lnet/minecraft/world/gen/feature/NetherFortressFeature;shouldStartAt(Lnet/minecraft/world/gen/chunk/ChunkGenerator;Lnet/minecraft/world/biome/source/BiomeSource;JLnet/minecraft/world/gen/random/ChunkRandom;Lnet/minecraft/util/math/ChunkPos;Lnet/minecraft/util/math/ChunkPos;Lnet/minecraft/world/gen/feature/DefaultFeatureConfig;Lnet/minecraft/world/HeightLimitView;)Z
-
method_38679
private static void method_38679(class_6626 class_6626, DefaultFeatureConfig defaultFeatureConfig, class_6622.class_6623 class_6623) - Mappings:
Namespace Name Mixin selector official a
Lcva;a(Ldec;Lcxo;Lddz$a;)V
intermediary method_38679
Lnet/minecraft/class_3108;method_38679(Lnet/minecraft/class_6626;Lnet/minecraft/class_3111;Lnet/minecraft/class_6622$class_6623;)V
named method_38679
Lnet/minecraft/world/gen/feature/NetherFortressFeature;method_38679(Lnet/minecraft/class_6626;Lnet/minecraft/world/gen/feature/DefaultFeatureConfig;Lnet/minecraft/class_6622$class_6623;)V
-