Class CountChanceDecoratorConfig
java.lang.Object
net.minecraft.world.gen.decorator.CountChanceDecoratorConfig
- All Implemented Interfaces:
DecoratorConfig
public class CountChanceDecoratorConfig extends Object implements DecoratorConfig
-
Field Summary
Fields Modifier and Type Field Description floatchancestatic com.mojang.serialization.Codec<CountChanceDecoratorConfig>CODECintcount -
Constructor Summary
Constructors Constructor Description CountChanceDecoratorConfig(int count, float chance) -
Method Summary
-
Field Details
-
Constructor Details
-
CountChanceDecoratorConfig
public CountChanceDecoratorConfig(int count, float chance)
-