Class ConstantHeightProvider
java.lang.Object
net.minecraft.world.gen.heightprovider.HeightProvider
net.minecraft.world.gen.heightprovider.ConstantHeightProvider
- Mappings:
Namespace Name official dxm
intermediary net/minecraft/class_6121
named net/minecraft/world/gen/heightprovider/ConstantHeightProvider
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ConstantHeightProvider>
private final YOffset
static final ConstantHeightProvider
Fields inherited from class net.minecraft.world.gen.heightprovider.HeightProvider
CODEC
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ConstantHeightProvider
int
get
(Random random, HeightContext context) getType()
toString()
-
Field Details
-
ZERO
- Mappings:
Namespace Name Mixin selector official a
Ldxm;a:Ldxm;
intermediary field_31536
Lnet/minecraft/class_6121;field_31536:Lnet/minecraft/class_6121;
named ZERO
Lnet/minecraft/world/gen/heightprovider/ConstantHeightProvider;ZERO:Lnet/minecraft/world/gen/heightprovider/ConstantHeightProvider;
-
CONSTANT_CODEC
- Mappings:
Namespace Name Mixin selector official b
Ldxm;b:Lcom/mojang/serialization/Codec;
intermediary field_31537
Lnet/minecraft/class_6121;field_31537:Lcom/mojang/serialization/Codec;
named CONSTANT_CODEC
Lnet/minecraft/world/gen/heightprovider/ConstantHeightProvider;CONSTANT_CODEC:Lcom/mojang/serialization/Codec;
-
offset
- Mappings:
Namespace Name Mixin selector official d
Ldxm;d:Ldpk;
intermediary field_31538
Lnet/minecraft/class_6121;field_31538:Lnet/minecraft/class_5843;
named offset
Lnet/minecraft/world/gen/heightprovider/ConstantHeightProvider;offset:Lnet/minecraft/world/gen/YOffset;
-
-
Constructor Details
-
ConstantHeightProvider
- Mappings:
Namespace Name Mixin selector official <init>
Ldxm;<init>(Ldpk;)V
intermediary <init>
Lnet/minecraft/class_6121;<init>(Lnet/minecraft/class_5843;)V
named <init>
Lnet/minecraft/world/gen/heightprovider/ConstantHeightProvider;<init>(Lnet/minecraft/world/gen/YOffset;)V
-
-
Method Details
-
create
- Mappings:
Namespace Name Mixin selector official a
Ldxm;a(Ldpk;)Ldxm;
intermediary method_35383
Lnet/minecraft/class_6121;method_35383(Lnet/minecraft/class_5843;)Lnet/minecraft/class_6121;
named create
Lnet/minecraft/world/gen/heightprovider/ConstantHeightProvider;create(Lnet/minecraft/world/gen/YOffset;)Lnet/minecraft/world/gen/heightprovider/ConstantHeightProvider;
-
getOffset
- Mappings:
Namespace Name Mixin selector official b
Ldxm;b()Ldpk;
intermediary method_35385
Lnet/minecraft/class_6121;method_35385()Lnet/minecraft/class_5843;
named getOffset
Lnet/minecraft/world/gen/heightprovider/ConstantHeightProvider;getOffset()Lnet/minecraft/world/gen/YOffset;
-
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
-