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 cxp
intermediary net/minecraft/class_3770
named net/minecraft/world/gen/feature/PillagerOutpostFeature
-
Field Summary
Fields 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
ConstructorDescriptionPillagerOutpostFeature
(com.mojang.serialization.Codec<StructurePoolFeatureConfig> configCodec) -
Method Summary
Modifier and TypeMethodDescriptionprivate static boolean
private static boolean
isVillageNearby
(ChunkGenerator chunkGenerator, long seed, ChunkPos chunkPos) Methods inherited from class net.minecraft.world.gen.feature.MarginedStructureFeature
calculateBoundingBox
Methods inherited from class net.minecraft.world.gen.feature.StructureFeature
canGenerate, configure, getCodec, getGenerationStep, getLocatedPos, getName, getPostProcessor, getStartChunk, init, isUniformDistribution, locateStructure, readStructureStart, tryPlaceStart
-
Field Details
-
MONSTER_SPAWNS
- Mappings:
Namespace Name Mixin selector official a
Lcxp;a:Lauf;
intermediary field_16656
Lnet/minecraft/class_3770;field_16656:Lnet/minecraft/class_6012;
named MONSTER_SPAWNS
Lnet/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>
Lcxp;<init>(Lcom/mojang/serialization/Codec;)V
intermediary <init>
Lnet/minecraft/class_3770;<init>(Lcom/mojang/serialization/Codec;)V
named <init>
Lnet/minecraft/world/gen/feature/PillagerOutpostFeature;<init>(Lcom/mojang/serialization/Codec;)V
-
-
Method Details
-
canGenerate
private static boolean canGenerate(StructureGeneratorFactory.Context<StructurePoolFeatureConfig> context) - Mappings:
Namespace Name Mixin selector official a
Lcxp;a(Ldfn$a;)Z
intermediary method_28644
Lnet/minecraft/class_3770;method_28644(Lnet/minecraft/class_6834$class_6835;)Z
named canGenerate
Lnet/minecraft/world/gen/feature/PillagerOutpostFeature;canGenerate(Lnet/minecraft/structure/StructureGeneratorFactory$Context;)Z
-
isVillageNearby
- Mappings:
Namespace Name Mixin selector official a
Lcxp;a(Lcpz;JLbzk;)Z
intermediary method_30845
Lnet/minecraft/class_3770;method_30845(Lnet/minecraft/class_2794;JLnet/minecraft/class_1923;)Z
named isVillageNearby
Lnet/minecraft/world/gen/feature/PillagerOutpostFeature;isVillageNearby(Lnet/minecraft/world/gen/chunk/ChunkGenerator;JLnet/minecraft/util/math/ChunkPos;)Z
-