Package net.minecraft.world.gen.feature
Class MineshaftFeature
java.lang.Object
net.minecraft.world.gen.feature.StructureFeature<MineshaftFeatureConfig>
net.minecraft.world.gen.feature.MineshaftFeature
- Mappings:
Namespace Name official cxh
intermediary net/minecraft/class_3098
named net/minecraft/world/gen/feature/MineshaftFeature
-
Nested Class Summary
-
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
ConstructorDescriptionMineshaftFeature
(com.mojang.serialization.Codec<MineshaftFeatureConfig> configCodec) -
Method Summary
Modifier and TypeMethodDescriptionprivate static void
addPieces
(StructurePiecesCollector collector, StructurePiecesGenerator.Context<MineshaftFeatureConfig> context) private static boolean
Methods inherited from class net.minecraft.world.gen.feature.StructureFeature
calculateBoundingBox, canGenerate, configure, getCodec, getGenerationStep, getLocatedPos, getName, getPostProcessor, getStartChunk, init, isUniformDistribution, locateStructure, readStructureStart, tryPlaceStart
-
Constructor Details
-
MineshaftFeature
- Mappings:
Namespace Name Mixin selector official <init>
Lcxh;<init>(Lcom/mojang/serialization/Codec;)V
intermediary <init>
Lnet/minecraft/class_3098;<init>(Lcom/mojang/serialization/Codec;)V
named <init>
Lnet/minecraft/world/gen/feature/MineshaftFeature;<init>(Lcom/mojang/serialization/Codec;)V
-
-
Method Details
-
canGenerate
private static boolean canGenerate(StructureGeneratorFactory.Context<MineshaftFeatureConfig> context) - Mappings:
Namespace Name Mixin selector official a
Lcxh;a(Ldfn$a;)Z
intermediary method_28638
Lnet/minecraft/class_3098;method_28638(Lnet/minecraft/class_6834$class_6835;)Z
named canGenerate
Lnet/minecraft/world/gen/feature/MineshaftFeature;canGenerate(Lnet/minecraft/structure/StructureGeneratorFactory$Context;)Z
-
addPieces
private static void addPieces(StructurePiecesCollector collector, StructurePiecesGenerator.Context<MineshaftFeatureConfig> context) - Mappings:
Namespace Name Mixin selector official a
Lcxh;a(Ldfq;Ldfm$a;)V
intermediary method_38678
Lnet/minecraft/class_3098;method_38678(Lnet/minecraft/class_6626;Lnet/minecraft/class_6622$class_6623;)V
named addPieces
Lnet/minecraft/world/gen/feature/MineshaftFeature;addPieces(Lnet/minecraft/structure/StructurePiecesCollector;Lnet/minecraft/structure/StructurePiecesGenerator$Context;)V
-