Uses of Class
net.minecraft.world.level.levelgen.feature.configurations.ReplaceSphereConfiguration
Packages that use ReplaceSphereConfiguration
Package
Description
-
Uses of ReplaceSphereConfiguration in net.minecraft.world.level.levelgen.feature
Fields in net.minecraft.world.level.levelgen.feature with type parameters of type ReplaceSphereConfigurationModifier and TypeFieldDescriptionstatic final Feature<ReplaceSphereConfiguration> Feature.REPLACE_BLOBSMethod parameters in net.minecraft.world.level.levelgen.feature with type arguments of type ReplaceSphereConfigurationModifier and TypeMethodDescriptionbooleanReplaceBlobsFeature.place(FeaturePlaceContext<ReplaceSphereConfiguration> context) Places the given feature at the given location.Constructor parameters in net.minecraft.world.level.levelgen.feature with type arguments of type ReplaceSphereConfigurationModifierConstructorDescriptionReplaceBlobsFeature(com.mojang.serialization.Codec<ReplaceSphereConfiguration> codec) -
Uses of ReplaceSphereConfiguration in net.minecraft.world.level.levelgen.feature.configurations
Fields in net.minecraft.world.level.levelgen.feature.configurations with type parameters of type ReplaceSphereConfigurationModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ReplaceSphereConfiguration> ReplaceSphereConfiguration.CODEC