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