Uses of Record Class
net.minecraft.world.gen.decorator.BlockSurvivesFilterDecoratorConfig
Packages that use BlockSurvivesFilterDecoratorConfig
-
Uses of BlockSurvivesFilterDecoratorConfig in net.minecraft.world.gen.decorator
Fields in net.minecraft.world.gen.decorator with type parameters of type BlockSurvivesFilterDecoratorConfigModifier and TypeFieldDescriptionstatic final Decorator<BlockSurvivesFilterDecoratorConfig>Decorator.BLOCK_SURVIVES_FILTERstatic final com.mojang.serialization.Codec<BlockSurvivesFilterDecoratorConfig>BlockSurvivesFilterDecoratorConfig.CODECMethods in net.minecraft.world.gen.decorator with parameters of type BlockSurvivesFilterDecoratorConfigModifier and TypeMethodDescriptionprotected booleanBlockSurvivesFilterDecorator.shouldPlace(DecoratorContext decoratorContext, Random random, BlockSurvivesFilterDecoratorConfig blockSurvivesFilterDecoratorConfig, BlockPos blockPos) Constructor parameters in net.minecraft.world.gen.decorator with type arguments of type BlockSurvivesFilterDecoratorConfigModifierConstructorDescriptionBlockSurvivesFilterDecorator(com.mojang.serialization.Codec<BlockSurvivesFilterDecoratorConfig> configCodec)