Class BiasedRangedDecoratorConfig

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

public class BiasedRangedDecoratorConfig
extends Object
implements DecoratorConfig
Mappings:
Namespace Name
official csc
intermediary net/minecraft/class_5848
named net/minecraft/world/gen/decorator/BiasedRangedDecoratorConfig
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<BiasedRangedDecoratorConfig> CODEC
      Mappings:
      Namespace Name Mixin selector
      official a Lcsc;a:Lcom/mojang/serialization/Codec;
      intermediary field_28926 Lnet/minecraft/class_5848;field_28926:Lcom/mojang/serialization/Codec;
      named CODEC Lnet/minecraft/world/gen/decorator/BiasedRangedDecoratorConfig;CODEC:Lcom/mojang/serialization/Codec;
    • bottom

      private final YOffset bottom
      Mappings:
      Namespace Name Mixin selector
      official c Lcsc;c:Lcnw;
      intermediary field_28927 Lnet/minecraft/class_5848;field_28927:Lnet/minecraft/class_5843;
      named bottom Lnet/minecraft/world/gen/decorator/BiasedRangedDecoratorConfig;bottom:Lnet/minecraft/world/gen/YOffset;
    • top

      private final YOffset top
      Mappings:
      Namespace Name Mixin selector
      official d Lcsc;d:Lcnw;
      intermediary field_28928 Lnet/minecraft/class_5848;field_28928:Lnet/minecraft/class_5843;
      named top Lnet/minecraft/world/gen/decorator/BiasedRangedDecoratorConfig;top:Lnet/minecraft/world/gen/YOffset;
    • cutoff

      private final int cutoff
      Mappings:
      Namespace Name Mixin selector
      official e Lcsc;e:I
      intermediary field_28929 Lnet/minecraft/class_5848;field_28929:I
      named cutoff Lnet/minecraft/world/gen/decorator/BiasedRangedDecoratorConfig;cutoff:I
  • Constructor Details

    • BiasedRangedDecoratorConfig

      public BiasedRangedDecoratorConfig​(YOffset bottom, YOffset top, int cutoff)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcsc;<init>(Lcnw;Lcnw;I)V
      intermediary <init> Lnet/minecraft/class_5848;<init>(Lnet/minecraft/class_5843;Lnet/minecraft/class_5843;I)V
      named <init> Lnet/minecraft/world/gen/decorator/BiasedRangedDecoratorConfig;<init>(Lnet/minecraft/world/gen/YOffset;Lnet/minecraft/world/gen/YOffset;I)V
  • Method Details

    • getBottom

      public YOffset getBottom()
      Mappings:
      Namespace Name Mixin selector
      official a Lcsc;a()Lcnw;
      intermediary method_33851 Lnet/minecraft/class_5848;method_33851()Lnet/minecraft/class_5843;
      named getBottom Lnet/minecraft/world/gen/decorator/BiasedRangedDecoratorConfig;getBottom()Lnet/minecraft/world/gen/YOffset;
    • getCutoff

      public int getCutoff()
      Mappings:
      Namespace Name Mixin selector
      official b Lcsc;b()I
      intermediary method_33853 Lnet/minecraft/class_5848;method_33853()I
      named getCutoff Lnet/minecraft/world/gen/decorator/BiasedRangedDecoratorConfig;getCutoff()I
    • getTop

      public YOffset getTop()
      Mappings:
      Namespace Name Mixin selector
      official c Lcsc;c()Lcnw;
      intermediary method_33854 Lnet/minecraft/class_5848;method_33854()Lnet/minecraft/class_5843;
      named getTop Lnet/minecraft/world/gen/decorator/BiasedRangedDecoratorConfig;getTop()Lnet/minecraft/world/gen/YOffset;