Uses of Class
net.minecraft.world.gen.feature.structure.MineshaftConfig
-
Packages that use MineshaftConfig Package Description net.minecraft.world.gen.feature.structure -
-
Uses of MineshaftConfig in net.minecraft.world.gen.feature.structure
Fields in net.minecraft.world.gen.feature.structure with type parameters of type MineshaftConfig Modifier and Type Field Description static com.mojang.serialization.Codec<MineshaftConfig>
MineshaftConfig. CODEC
static Structure<MineshaftConfig>
Structure. MINESHAFT
static StructureFeature<MineshaftConfig,? extends Structure<MineshaftConfig>>
StructureFeatures. MINESHAFT
static StructureFeature<MineshaftConfig,? extends Structure<MineshaftConfig>>
StructureFeatures. MINESHAFT
static StructureFeature<MineshaftConfig,? extends Structure<MineshaftConfig>>
StructureFeatures. MINESHAFT_MESA
static StructureFeature<MineshaftConfig,? extends Structure<MineshaftConfig>>
StructureFeatures. MINESHAFT_MESA
Methods in net.minecraft.world.gen.feature.structure that return types with arguments of type MineshaftConfig Modifier and Type Method Description Structure.IStartFactory<MineshaftConfig>
MineshaftStructure. getStartFactory()
Methods in net.minecraft.world.gen.feature.structure with parameters of type MineshaftConfig Modifier and Type Method Description void
MineshaftStructure.Start. generatePieces(DynamicRegistries p_230364_1_, ChunkGenerator p_230364_2_, TemplateManager p_230364_3_, int p_230364_4_, int p_230364_5_, Biome p_230364_6_, MineshaftConfig p_230364_7_)
protected boolean
MineshaftStructure. isFeatureChunk(ChunkGenerator p_230363_1_, BiomeProvider p_230363_2_, long p_230363_3_, SharedSeedRandom p_230363_5_, int p_230363_6_, int p_230363_7_, Biome p_230363_8_, ChunkPos p_230363_9_, MineshaftConfig p_230363_10_)
Constructor parameters in net.minecraft.world.gen.feature.structure with type arguments of type MineshaftConfig Constructor Description MineshaftStructure(com.mojang.serialization.Codec<MineshaftConfig> p_i231969_1_)
Start(Structure<MineshaftConfig> p_i225811_1_, int p_i225811_2_, int p_i225811_3_, MutableBoundingBox p_i225811_4_, int p_i225811_5_, long p_i225811_6_)
-