Uses of Class
net.minecraft.world.gen.decorator.ChanceDecoratorConfig
Packages that use ChanceDecoratorConfig
-
Uses of ChanceDecoratorConfig in net.minecraft.world.gen.decorator
Fields in net.minecraft.world.gen.decorator with type parameters of type ChanceDecoratorConfigModifier and TypeFieldDescriptionstatic final Decorator<ChanceDecoratorConfig>Decorator.CHANCEstatic final com.mojang.serialization.Codec<ChanceDecoratorConfig>ChanceDecoratorConfig.CODECstatic final Decorator<ChanceDecoratorConfig>Decorator.LAVA_LAKEMethods in net.minecraft.world.gen.decorator with parameters of type ChanceDecoratorConfigModifier and TypeMethodDescriptionprotected booleanChanceDecorator.shouldPlace(DecoratorContext decoratorContext, Random random, ChanceDecoratorConfig chanceDecoratorConfig, BlockPos blockPos) protected booleanLavaLakeDecorator.shouldPlace(DecoratorContext decoratorContext, Random random, ChanceDecoratorConfig chanceDecoratorConfig, BlockPos blockPos) Constructor parameters in net.minecraft.world.gen.decorator with type arguments of type ChanceDecoratorConfigModifierConstructorDescriptionChanceDecorator(com.mojang.serialization.Codec<ChanceDecoratorConfig> configCodec) LavaLakeDecorator(com.mojang.serialization.Codec<ChanceDecoratorConfig> configCodec)