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 bottomOffset,
int topOffset,
int maximum) |
public static final com.mojang.serialization.Codec<RangeDecoratorConfig> CODEC
public final int bottomOffset
public final int topOffset
public final int maximum