Uses of Record Class
net.minecraft.world.gen.decorator.BlockFilterDecoratorConfig
Packages that use BlockFilterDecoratorConfig
-
Uses of BlockFilterDecoratorConfig in net.minecraft.world.gen.decorator
Fields in net.minecraft.world.gen.decorator with type parameters of type BlockFilterDecoratorConfigModifier and TypeFieldDescriptionstatic final Decorator<BlockFilterDecoratorConfig>Decorator.BLOCK_FILTERstatic final com.mojang.serialization.Codec<BlockFilterDecoratorConfig>BlockFilterDecoratorConfig.CODECMethods in net.minecraft.world.gen.decorator with parameters of type BlockFilterDecoratorConfigModifier and TypeMethodDescriptionBlockFilterDecorator.getPositions(DecoratorContext decoratorContext, Random random, BlockFilterDecoratorConfig blockFilterDecoratorConfig, BlockPos blockPos) Constructor parameters in net.minecraft.world.gen.decorator with type arguments of type BlockFilterDecoratorConfigModifierConstructorDescriptionBlockFilterDecorator(com.mojang.serialization.Codec<BlockFilterDecoratorConfig> configCodec)