Package net.minecraft.world.gen.feature
Class VillageFeature
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.VillageFeature
- Mappings:
Namespace Name official cyp
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, 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
ConstructorDescriptionVillageFeature
(com.mojang.serialization.Codec<StructurePoolFeatureConfig> configCodec) -
Method Summary
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
-
Constructor Details
-
VillageFeature
- Mappings:
Namespace Name Mixin selector official <init>
Lcyp;<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
-