Class RangeDecoratorConfig

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

public class RangeDecoratorConfig extends Object implements DecoratorConfig
Mappings:
Namespace Name
official cuv
intermediary net/minecraft/class_2997
named net/minecraft/world/gen/decorator/RangeDecoratorConfig
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<RangeDecoratorConfig> CODEC
      Mappings:
      Namespace Name Mixin selector
      official a Lcuv;a:Lcom/mojang/serialization/Codec;
      intermediary field_24879 Lnet/minecraft/class_2997;field_24879:Lcom/mojang/serialization/Codec;
      named CODEC Lnet/minecraft/world/gen/decorator/RangeDecoratorConfig;CODEC:Lcom/mojang/serialization/Codec;
    • bottom

      private final YOffset bottom
      Mappings:
      Namespace Name Mixin selector
      official c Lcuv;c:Lcpe;
      intermediary field_28930 Lnet/minecraft/class_2997;field_28930:Lnet/minecraft/class_5843;
      named bottom Lnet/minecraft/world/gen/decorator/RangeDecoratorConfig;bottom:Lnet/minecraft/world/gen/YOffset;
    • top

      private final YOffset top
      Mappings:
      Namespace Name Mixin selector
      official d Lcuv;d:Lcpe;
      intermediary field_28931 Lnet/minecraft/class_2997;field_28931:Lnet/minecraft/class_5843;
      named top Lnet/minecraft/world/gen/decorator/RangeDecoratorConfig;top:Lnet/minecraft/world/gen/YOffset;
  • Constructor Details

    • RangeDecoratorConfig

      public RangeDecoratorConfig(YOffset bottom, YOffset top)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcuv;<init>(Lcpe;Lcpe;)V
      intermediary <init> Lnet/minecraft/class_2997;<init>(Lnet/minecraft/class_5843;Lnet/minecraft/class_5843;)V
      named <init> Lnet/minecraft/world/gen/decorator/RangeDecoratorConfig;<init>(Lnet/minecraft/world/gen/YOffset;Lnet/minecraft/world/gen/YOffset;)V
  • Method Details

    • getBottom

      public YOffset getBottom()
      Mappings:
      Namespace Name Mixin selector
      official a Lcuv;a()Lcpe;
      intermediary method_33855 Lnet/minecraft/class_2997;method_33855()Lnet/minecraft/class_5843;
      named getBottom Lnet/minecraft/world/gen/decorator/RangeDecoratorConfig;getBottom()Lnet/minecraft/world/gen/YOffset;
    • getTop

      public YOffset getTop()
      Mappings:
      Namespace Name Mixin selector
      official b Lcuv;b()Lcpe;
      intermediary method_33857 Lnet/minecraft/class_2997;method_33857()Lnet/minecraft/class_5843;
      named getTop Lnet/minecraft/world/gen/decorator/RangeDecoratorConfig;getTop()Lnet/minecraft/world/gen/YOffset;