Uses of Class
net.minecraft.world.level.levelgen.feature.configurations.SimpleBlockConfiguration
Packages that use SimpleBlockConfiguration
Package
Description
-
Uses of SimpleBlockConfiguration in net.minecraft.data.worldgen
Fields in net.minecraft.data.worldgen with type parameters of type SimpleBlockConfigurationModifier and TypeFieldDescriptionstatic ConfiguredFeature<SimpleBlockConfiguration,?>Features.MOSS_VEGETATIONMethods in net.minecraft.data.worldgen that return types with arguments of type SimpleBlockConfigurationModifier and TypeMethodDescriptionprivate static ConfiguredFeature<SimpleBlockConfiguration,?>Features.makeSmallDripleaf() -
Uses of SimpleBlockConfiguration in net.minecraft.world.level.levelgen.feature
Fields in net.minecraft.world.level.levelgen.feature with type parameters of type SimpleBlockConfigurationMethod 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 com.mojang.serialization.Codec<SimpleBlockConfiguration>SimpleBlockConfiguration.CODEC