Uses of Class
net.minecraft.world.gen.decorator.SurfaceRelativeThresholdDecoratorConfig
Packages that use SurfaceRelativeThresholdDecoratorConfig
-
Uses of SurfaceRelativeThresholdDecoratorConfig in net.minecraft.world.gen.decorator
Fields in net.minecraft.world.gen.decorator with type parameters of type SurfaceRelativeThresholdDecoratorConfigModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<SurfaceRelativeThresholdDecoratorConfig>SurfaceRelativeThresholdDecoratorConfig.CODECstatic final Decorator<SurfaceRelativeThresholdDecoratorConfig>Decorator.SURFACE_RELATIVE_THRESHOLDMethods in net.minecraft.world.gen.decorator with parameters of type SurfaceRelativeThresholdDecoratorConfigModifier and TypeMethodDescriptionprotected booleanSurfaceRelativeThresholdDecorator.shouldPlace(DecoratorContext decoratorContext, Random random, SurfaceRelativeThresholdDecoratorConfig surfaceRelativeThresholdDecoratorConfig, BlockPos blockPos) Constructor parameters in net.minecraft.world.gen.decorator with type arguments of type SurfaceRelativeThresholdDecoratorConfigModifierConstructorDescriptionSurfaceRelativeThresholdDecorator(com.mojang.serialization.Codec<SurfaceRelativeThresholdDecoratorConfig> configCodec)