Package net.minecraft.world.gen.feature
Class VillageFeature
java.lang.Object
net.minecraft.world.gen.feature.StructureFeature<StructurePoolFeatureConfig>
net.minecraft.world.gen.feature.JigsawFeature
net.minecraft.world.gen.feature.VillageFeature
- Mappings:
Namespace Name official czj
intermediary net/minecraft/class_3211
named net/minecraft/world/gen/feature/VillageFeature
-
Field Summary
Fields inherited from class net.minecraft.world.gen.feature.StructureFeature
BASTION_REMNANT, BURIED_TREASURE, DESERT_PYRAMID, ENDCITY, field_31518, FORTRESS, IGLOO, JUNGLE_PYRAMID, MANSION, MINESHAFT, MONUMENT, NETHER_FOSSIL, OCEAN_RUIN, PILLAGER_OUTPOST, RUINED_PORTAL, SHIPWRECK, STRONGHOLD, SWAMP_HUT, VILLAGE
-
Constructor Summary
ConstructorDescriptionVillageFeature
(com.mojang.serialization.Codec<StructurePoolFeatureConfig> configCodec) -
Method Summary
Methods inherited from class net.minecraft.world.gen.feature.StructureFeature
canGenerate, configure, configure, configure, configure, getCodec, getGenerationStep, getLocatedPos, getPostProcessor, init, method_41138, readStructureStart
-
Constructor Details
-
VillageFeature
- Mappings:
Namespace Name Mixin selector official <init>
Lczj;<init>(Lcom/mojang/serialization/Codec;)V
intermediary <init>
Lnet/minecraft/class_3211;<init>(Lcom/mojang/serialization/Codec;)V
named <init>
Lnet/minecraft/world/gen/feature/VillageFeature;<init>(Lcom/mojang/serialization/Codec;)V
-