Class BiasedToBottomHeightProvider

java.lang.Object
net.minecraft.world.gen.heightprovider.HeightProvider
net.minecraft.world.gen.heightprovider.BiasedToBottomHeightProvider

public class BiasedToBottomHeightProvider
extends HeightProvider
Mappings:
Namespace Name
official cxu
intermediary net/minecraft/class_6120
named net/minecraft/world/gen/heightprovider/BiasedToBottomHeightProvider
  • Field Details

    • BIASED_TO_BOTTOM_CODEC

      public static final com.mojang.serialization.Codec<BiasedToBottomHeightProvider> BIASED_TO_BOTTOM_CODEC
      Mappings:
      Namespace Name Mixin selector
      official a Lcxu;a:Lcom/mojang/serialization/Codec;
      intermediary field_31531 Lnet/minecraft/class_6120;field_31531:Lcom/mojang/serialization/Codec;
      named BIASED_TO_BOTTOM_CODEC Lnet/minecraft/world/gen/heightprovider/BiasedToBottomHeightProvider;BIASED_TO_BOTTOM_CODEC:Lcom/mojang/serialization/Codec;
    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      official b Lcxu;b:Lorg/apache/logging/log4j/Logger;
      intermediary field_31532 Lnet/minecraft/class_6120;field_31532:Lorg/apache/logging/log4j/Logger;
      named LOGGER Lnet/minecraft/world/gen/heightprovider/BiasedToBottomHeightProvider;LOGGER:Lorg/apache/logging/log4j/Logger;
    • minOffset

      private final YOffset minOffset
      Mappings:
      Namespace Name Mixin selector
      official d Lcxu;d:Lcpe;
      intermediary field_31533 Lnet/minecraft/class_6120;field_31533:Lnet/minecraft/class_5843;
      named minOffset Lnet/minecraft/world/gen/heightprovider/BiasedToBottomHeightProvider;minOffset:Lnet/minecraft/world/gen/YOffset;
    • maxOffset

      private final YOffset maxOffset
      Mappings:
      Namespace Name Mixin selector
      official e Lcxu;e:Lcpe;
      intermediary field_31534 Lnet/minecraft/class_6120;field_31534:Lnet/minecraft/class_5843;
      named maxOffset Lnet/minecraft/world/gen/heightprovider/BiasedToBottomHeightProvider;maxOffset:Lnet/minecraft/world/gen/YOffset;
    • inner

      private final int inner
      Mappings:
      Namespace Name Mixin selector
      official f Lcxu;f:I
      intermediary field_31535 Lnet/minecraft/class_6120;field_31535:I
      named inner Lnet/minecraft/world/gen/heightprovider/BiasedToBottomHeightProvider;inner:I
  • Constructor Details

    • BiasedToBottomHeightProvider

      private BiasedToBottomHeightProvider​(YOffset minOffset, YOffset maxOffset, int inner)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcxu;<init>(Lcpe;Lcpe;I)V
      intermediary <init> Lnet/minecraft/class_6120;<init>(Lnet/minecraft/class_5843;Lnet/minecraft/class_5843;I)V
      named <init> Lnet/minecraft/world/gen/heightprovider/BiasedToBottomHeightProvider;<init>(Lnet/minecraft/world/gen/YOffset;Lnet/minecraft/world/gen/YOffset;I)V
  • Method Details

    • create

      public static BiasedToBottomHeightProvider create​(YOffset minOffset, YOffset maxOffset, int inner)
      Mappings:
      Namespace Name Mixin selector
      official a Lcxu;a(Lcpe;Lcpe;I)Lcxu;
      intermediary method_35377 Lnet/minecraft/class_6120;method_35377(Lnet/minecraft/class_5843;Lnet/minecraft/class_5843;I)Lnet/minecraft/class_6120;
      named create Lnet/minecraft/world/gen/heightprovider/BiasedToBottomHeightProvider;create(Lnet/minecraft/world/gen/YOffset;Lnet/minecraft/world/gen/YOffset;I)Lnet/minecraft/world/gen/heightprovider/BiasedToBottomHeightProvider;
    • get

      public int get​(Random random, HeightContext context)
      Specified by:
      get in class HeightProvider
      Mappings:
      Namespace Name Mixin selector
      official a Lcxw;a(Ljava/util/Random;Lcpg;)I
      intermediary method_35391 Lnet/minecraft/class_6122;method_35391(Ljava/util/Random;Lnet/minecraft/class_5868;)I
      named get Lnet/minecraft/world/gen/heightprovider/HeightProvider;get(Ljava/util/Random;Lnet/minecraft/world/gen/HeightContext;)I
    • getType

      public HeightProviderType<?> getType()
      Specified by:
      getType in class HeightProvider
      Mappings:
      Namespace Name Mixin selector
      official a Lcxw;a()Lcxx;
      intermediary method_35388 Lnet/minecraft/class_6122;method_35388()Lnet/minecraft/class_6123;
      named getType Lnet/minecraft/world/gen/heightprovider/HeightProvider;getType()Lnet/minecraft/world/gen/heightprovider/HeightProviderType;
    • equals

      public boolean equals​(Object object)
      Overrides:
      equals in class Object
      Mappings:
      Namespace Name Mixin selector
      official equals Lcxu;equals(Ljava/lang/Object;)Z
      intermediary equals Lnet/minecraft/class_6120;equals(Ljava/lang/Object;)Z
      named equals Lnet/minecraft/world/gen/heightprovider/BiasedToBottomHeightProvider;equals(Ljava/lang/Object;)Z
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
      Mappings:
      Namespace Name Mixin selector
      official hashCode Lcxu;hashCode()I
      intermediary hashCode Lnet/minecraft/class_6120;hashCode()I
      named hashCode Lnet/minecraft/world/gen/heightprovider/BiasedToBottomHeightProvider;hashCode()I
    • toString

      public String toString()
      Overrides:
      toString in class Object
      Mappings:
      Namespace Name Mixin selector
      official toString Lcxu;toString()Ljava/lang/String;
      intermediary toString Lnet/minecraft/class_6120;toString()Ljava/lang/String;
      named toString Lnet/minecraft/world/gen/heightprovider/BiasedToBottomHeightProvider;toString()Ljava/lang/String;