Uses of Record Class
net.minecraft.world.level.levelgen.feature.configurations.SimpleBlockConfiguration
Packages that use SimpleBlockConfiguration
Package
Description
-
Uses of SimpleBlockConfiguration in net.minecraft.data.worldgen.features
Fields in net.minecraft.data.worldgen.features with type parameters of type SimpleBlockConfigurationModifier and TypeFieldDescriptionstatic final Holder<ConfiguredFeature<SimpleBlockConfiguration,?>> CaveFeatures.MOSS_VEGETATIONstatic final Holder<ConfiguredFeature<SimpleBlockConfiguration,?>> AquaticFeatures.SEAGRASS_SIMPLEstatic final Holder<ConfiguredFeature<SimpleBlockConfiguration,?>> VegetationFeatures.SINGLE_PIECE_OF_GRASSstatic final Holder<ConfiguredFeature<SimpleBlockConfiguration,?>> CaveFeatures.SPORE_BLOSSOM -
Uses of SimpleBlockConfiguration in net.minecraft.world.level.levelgen.feature
Fields in net.minecraft.world.level.levelgen.feature with type parameters of type SimpleBlockConfigurationModifier and TypeFieldDescriptionstatic final Feature<SimpleBlockConfiguration>Feature.SIMPLE_BLOCKMethod parameters in net.minecraft.world.level.levelgen.feature with type arguments of type SimpleBlockConfigurationModifier and TypeMethodDescriptionbooleanSimpleBlockFeature.place(FeaturePlaceContext<SimpleBlockConfiguration> p_160341_) Constructor parameters in net.minecraft.world.level.levelgen.feature with type arguments of type SimpleBlockConfigurationModifierConstructorDescriptionSimpleBlockFeature(com.mojang.serialization.Codec<SimpleBlockConfiguration> p_66808_) -
Uses of SimpleBlockConfiguration in net.minecraft.world.level.levelgen.feature.configurations
Fields in net.minecraft.world.level.levelgen.feature.configurations with type parameters of type SimpleBlockConfigurationModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<SimpleBlockConfiguration>SimpleBlockConfiguration.CODEC