Class RangeDecoratorConfig
java.lang.Object
net.minecraft.world.gen.decorator.RangeDecoratorConfig
- All Implemented Interfaces:
DecoratorConfig
public class RangeDecoratorConfig extends Object implements DecoratorConfig
-
Field Summary
Fields Modifier and Type Field Description intbottomOffsetstatic com.mojang.serialization.Codec<RangeDecoratorConfig>CODECintcountintmaximuminttopOffset -
Constructor Summary
Constructors Constructor Description RangeDecoratorConfig(int count, int bottomOffset, int topOffset, int maximum) -
Method Summary
-
Field Details
-
CODEC
-
count
public final int count -
bottomOffset
public final int bottomOffset -
topOffset
public final int topOffset -
maximum
public final int maximum
-
-
Constructor Details
-
RangeDecoratorConfig
public RangeDecoratorConfig(int count, int bottomOffset, int topOffset, int maximum)
-