Uses of Record Class
net.minecraft.world.gen.feature.SimpleBlockFeatureConfig
-
Uses of SimpleBlockFeatureConfig in net.minecraft.world.gen.feature
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<SimpleBlockFeatureConfig>
SimpleBlockFeatureConfig.CODEC
static final RegistryEntry<ConfiguredFeature<SimpleBlockFeatureConfig,
?>> UndergroundConfiguredFeatures.MOSS_VEGETATION
static final RegistryEntry<ConfiguredFeature<SimpleBlockFeatureConfig,
?>> OceanConfiguredFeatures.SEAGRASS_SIMPLE
static final Feature<SimpleBlockFeatureConfig>
Feature.SIMPLE_BLOCK
static final RegistryEntry<ConfiguredFeature<SimpleBlockFeatureConfig,
?>> VegetationConfiguredFeatures.SINGLE_PIECE_OF_GRASS
static final RegistryEntry<ConfiguredFeature<SimpleBlockFeatureConfig,
?>> UndergroundConfiguredFeatures.SPORE_BLOSSOM
Modifier and TypeMethodDescriptionboolean
SimpleBlockFeature.generate
(FeatureContext<SimpleBlockFeatureConfig> context) ModifierConstructorDescriptionSimpleBlockFeature
(com.mojang.serialization.Codec<SimpleBlockFeatureConfig> configCodec)