public class CountChanceDecoratorConfig extends Object implements DecoratorConfig
| Modifier and Type | Field and Description |
|---|---|
float |
chance |
static com.mojang.serialization.Codec<CountChanceDecoratorConfig> |
CODEC |
int |
count |
DEFAULT| Constructor and Description |
|---|
CountChanceDecoratorConfig(int count,
float chance) |
public static final com.mojang.serialization.Codec<CountChanceDecoratorConfig> CODEC
public final int count
public final float chance