Class RangeDecoratorConfig

java.lang.Object
net.minecraft.world.gen.decorator.RangeDecoratorConfig
All Implemented Interfaces:
DecoratorConfig

public class RangeDecoratorConfig
extends Object
implements DecoratorConfig
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<RangeDecoratorConfig> CODEC
    • bottomOffset

      public final int bottomOffset
    • topOffset

      public final int topOffset
    • maximum

      public final int maximum
  • Constructor Details

    • RangeDecoratorConfig

      public RangeDecoratorConfig​(int bottomOffset, int topOffset, int maximum)