Class BiasedToBottomHeightProvider
java.lang.Object
net.minecraft.world.gen.heightprovider.HeightProvider
net.minecraft.world.gen.heightprovider.BiasedToBottomHeightProvider
- Mappings:
Namespace Name official dxl
intermediary net/minecraft/class_6120
named net/minecraft/world/gen/heightprovider/BiasedToBottomHeightProvider
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<BiasedToBottomHeightProvider>
private final int
private static final Logger
private final YOffset
private final YOffset
Fields inherited from class net.minecraft.world.gen.heightprovider.HeightProvider
CODEC
-
Constructor Summary
ModifierConstructorDescriptionprivate
BiasedToBottomHeightProvider
(YOffset minOffset, YOffset maxOffset, int inner) -
Method Summary
Modifier and TypeMethodDescriptionstatic BiasedToBottomHeightProvider
int
get
(Random random, HeightContext context) getType()
toString()
-
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
Ldxl;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
- Mappings:
Namespace Name Mixin selector official b
Ldxl;b:Lorg/slf4j/Logger;
intermediary field_31532
Lnet/minecraft/class_6120;field_31532:Lorg/slf4j/Logger;
named LOGGER
Lnet/minecraft/world/gen/heightprovider/BiasedToBottomHeightProvider;LOGGER:Lorg/slf4j/Logger;
-
minOffset
- Mappings:
Namespace Name Mixin selector official d
Ldxl;d:Ldpk;
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
- Mappings:
Namespace Name Mixin selector official e
Ldxl;e:Ldpk;
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
Ldxl;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
- Mappings:
Namespace Name Mixin selector official <init>
Ldxl;<init>(Ldpk;Ldpk;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
- Mappings:
Namespace Name Mixin selector official a
Ldxl;a(Ldpk;Ldpk;I)Ldxl;
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
- Specified by:
get
in classHeightProvider
- Mappings:
Namespace Name Mixin selector official a
Ldxn;a(Lauv;Ldpn;)I
intermediary method_35391
Lnet/minecraft/class_6122;method_35391(Lnet/minecraft/class_5819;Lnet/minecraft/class_5868;)I
named get
Lnet/minecraft/world/gen/heightprovider/HeightProvider;get(Lnet/minecraft/util/math/random/Random;Lnet/minecraft/world/gen/HeightContext;)I
-
getType
- Specified by:
getType
in classHeightProvider
- Mappings:
Namespace Name Mixin selector official a
Ldxn;a()Ldxo;
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;
-
toString
-