Uses of Record Class
net.minecraft.world.gen.feature.SimpleBlockFeatureConfig
Packages that use SimpleBlockFeatureConfig
-
Uses of SimpleBlockFeatureConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type SimpleBlockFeatureConfigModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<SimpleBlockFeatureConfig>SimpleBlockFeatureConfig.CODECstatic final ConfiguredFeature<SimpleBlockFeatureConfig,?> UndergroundConfiguredFeatures.MOSS_VEGETATIONstatic final Feature<SimpleBlockFeatureConfig>Feature.SIMPLE_BLOCKstatic final ConfiguredFeature<SimpleBlockFeatureConfig,?> VegetationConfiguredFeatures.SINGLE_PIECE_OF_GRASSstatic final ConfiguredFeature<SimpleBlockFeatureConfig,?> UndergroundConfiguredFeatures.SPORE_BLOSSOMMethod parameters in net.minecraft.world.gen.feature with type arguments of type SimpleBlockFeatureConfigModifier and TypeMethodDescriptionbooleanSimpleBlockFeature.generate(FeatureContext<SimpleBlockFeatureConfig> context) Constructor parameters in net.minecraft.world.gen.feature with type arguments of type SimpleBlockFeatureConfigModifierConstructorDescriptionSimpleBlockFeature(com.mojang.serialization.Codec<SimpleBlockFeatureConfig> configCodec)