Uses of Class
net.minecraft.world.gen.feature.MineshaftFeatureConfig
Package | Description |
---|---|
net.minecraft.world.gen.feature |
-
Uses of MineshaftFeatureConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type MineshaftFeatureConfig Modifier and Type Field Description static com.mojang.serialization.Codec<MineshaftFeatureConfig>
MineshaftFeatureConfig. CODEC
static ConfiguredStructureFeature<MineshaftFeatureConfig,? extends StructureFeature<MineshaftFeatureConfig>>
ConfiguredStructureFeatures. MINESHAFT
static ConfiguredStructureFeature<MineshaftFeatureConfig,? extends StructureFeature<MineshaftFeatureConfig>>
ConfiguredStructureFeatures. MINESHAFT
static StructureFeature<MineshaftFeatureConfig>
StructureFeature. MINESHAFT
static ConfiguredStructureFeature<MineshaftFeatureConfig,? extends StructureFeature<MineshaftFeatureConfig>>
ConfiguredStructureFeatures. MINESHAFT_MESA
static ConfiguredStructureFeature<MineshaftFeatureConfig,? extends StructureFeature<MineshaftFeatureConfig>>
ConfiguredStructureFeatures. MINESHAFT_MESA
Methods in net.minecraft.world.gen.feature that return types with arguments of type MineshaftFeatureConfig Modifier and Type Method Description StructureFeature.StructureStartFactory<MineshaftFeatureConfig>
MineshaftFeature. getStructureStartFactory()
Methods in net.minecraft.world.gen.feature with parameters of type MineshaftFeatureConfig Modifier and Type Method Description void
MineshaftFeature.Start. init(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Biome biome, MineshaftFeatureConfig mineshaftFeatureConfig, HeightLimitView heightLimitView)
protected boolean
MineshaftFeature. shouldStartAt(ChunkGenerator chunkGenerator, BiomeSource biomeSource, long long2, ChunkRandom chunkRandom, ChunkPos chunkPos, Biome biome, ChunkPos chunkPos2, MineshaftFeatureConfig mineshaftFeatureConfig, HeightLimitView heightLimitView)
Constructor parameters in net.minecraft.world.gen.feature with type arguments of type MineshaftFeatureConfig Constructor Description MineshaftFeature(com.mojang.serialization.Codec<MineshaftFeatureConfig> codec)
Start(StructureFeature<MineshaftFeatureConfig> feature, ChunkPos pos, int references, long seed)