Package net.minecraft.world.gen.feature
Class PillagerOutpostFeature
java.lang.Object
net.minecraft.world.gen.feature.StructureFeature<C>
net.minecraft.world.gen.feature.MarginedStructureFeature<StructurePoolFeatureConfig>
net.minecraft.world.gen.feature.JigsawFeature
net.minecraft.world.gen.feature.PillagerOutpostFeature
- Mappings:
Namespace Name official cxfintermediary net/minecraft/class_3770named net/minecraft/world/gen/feature/PillagerOutpostFeature
-
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
ConstructorsConstructorDescriptionPillagerOutpostFeature(com.mojang.serialization.Codec<StructurePoolFeatureConfig> configCodec) -
Method Summary
Modifier and TypeMethodDescriptionprivate booleanisVillageNearby(ChunkGenerator chunkGenerator, long seed, ChunkPos pos) protected booleanshouldStartAt(ChunkGenerator chunkGenerator, BiomeSource biomeSource, long long2, ChunkPos chunkPos, StructurePoolFeatureConfig structurePoolFeatureConfig, 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, int, int).Methods inherited from class net.minecraft.world.gen.feature.MarginedStructureFeature
calculateBoundingBoxMethods inherited from class net.minecraft.world.gen.feature.StructureFeature
configure, getCodec, getGenerationStep, getLocatedPos, getName, getPostProcessor, getStartChunk, init, isUniformDistribution, locateStructure, readStructureStart, tryPlaceStart
-
Field Details
-
MONSTER_SPAWNS
- Mappings:
Namespace Name Mixin selector official aLcxf;a:Laty;intermediary field_16656Lnet/minecraft/class_3770;field_16656:Lnet/minecraft/class_6012;named MONSTER_SPAWNSLnet/minecraft/world/gen/feature/PillagerOutpostFeature;MONSTER_SPAWNS:Lnet/minecraft/util/collection/Pool;
-
-
Constructor Details
-
PillagerOutpostFeature
public PillagerOutpostFeature(com.mojang.serialization.Codec<StructurePoolFeatureConfig> configCodec) - Mappings:
Namespace Name Mixin selector official <init>Lcxf;<init>(Lcom/mojang/serialization/Codec;)Vintermediary <init>Lnet/minecraft/class_3770;<init>(Lcom/mojang/serialization/Codec;)Vnamed <init>Lnet/minecraft/world/gen/feature/PillagerOutpostFeature;<init>(Lcom/mojang/serialization/Codec;)V
-
-
Method Details
-
shouldStartAt
protected boolean shouldStartAt(ChunkGenerator chunkGenerator, BiomeSource biomeSource, long long2, ChunkPos chunkPos, StructurePoolFeatureConfig structurePoolFeatureConfig, HeightLimitView heightLimitView) 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, int, int). Specific structures override this method to reduce the spawn probability or restrict the spawn in some other way.- Overrides:
shouldStartAtin classStructureFeature<StructurePoolFeatureConfig>- Mappings:
Namespace Name Mixin selector official aLcxf;a(Lcps;Lcaw;JLbzd;Lcyz;Lbzy;)Zintermediary method_28644Lnet/minecraft/class_3770;method_28644(Lnet/minecraft/class_2794;Lnet/minecraft/class_1966;JLnet/minecraft/class_1923;Lnet/minecraft/class_3812;Lnet/minecraft/class_5539;)Znamed shouldStartAtLnet/minecraft/world/gen/feature/PillagerOutpostFeature;shouldStartAt(Lnet/minecraft/world/gen/chunk/ChunkGenerator;Lnet/minecraft/world/biome/source/BiomeSource;JLnet/minecraft/util/math/ChunkPos;Lnet/minecraft/world/gen/feature/StructurePoolFeatureConfig;Lnet/minecraft/world/HeightLimitView;)Z
-
isVillageNearby
- Mappings:
Namespace Name Mixin selector official aLcxf;a(Lcps;JLbzd;)Zintermediary method_30845Lnet/minecraft/class_3770;method_30845(Lnet/minecraft/class_2794;JLnet/minecraft/class_1923;)Znamed isVillageNearbyLnet/minecraft/world/gen/feature/PillagerOutpostFeature;isVillageNearby(Lnet/minecraft/world/gen/chunk/ChunkGenerator;JLnet/minecraft/util/math/ChunkPos;)Z
-