Uses of Class
net.minecraft.world.level.levelgen.feature.configurations.BlockStateConfiguration
Packages that use BlockStateConfiguration
Package
Description
-
Uses of BlockStateConfiguration in net.minecraft.world.level.levelgen.feature
Subclasses with type arguments of type BlockStateConfiguration in net.minecraft.world.level.levelgen.featureModifier and TypeClassDescriptionclassThis feature generates part of the icebergs found in frozen oceans.Fields in net.minecraft.world.level.levelgen.feature with type parameters of type BlockStateConfigurationMethod parameters in net.minecraft.world.level.levelgen.feature with type arguments of type BlockStateConfigurationModifier and TypeMethodDescriptionbooleanIcebergFeature.place(FeaturePlaceContext<BlockStateConfiguration> context) Constructor parameters in net.minecraft.world.level.levelgen.feature with type arguments of type BlockStateConfigurationModifierConstructorDescriptionIcebergFeature(com.mojang.serialization.Codec<BlockStateConfiguration> codec) -
Uses of BlockStateConfiguration in net.minecraft.world.level.levelgen.feature.configurations
Fields in net.minecraft.world.level.levelgen.feature.configurations with type parameters of type BlockStateConfigurationModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<BlockStateConfiguration> BlockStateConfiguration.CODEC