Interface HeightProviderType<P extends HeightProvider>
public interface HeightProviderType<P extends HeightProvider>
- Mappings:
Namespace Name official dxo
intermediary net/minecraft/class_6123
named net/minecraft/world/gen/heightprovider/HeightProviderType
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HeightProviderType<BiasedToBottomHeightProvider>
static final HeightProviderType<ConstantHeightProvider>
static final HeightProviderType<TrapezoidHeightProvider>
static final HeightProviderType<UniformHeightProvider>
static final HeightProviderType<VeryBiasedToBottomHeightProvider>
static final HeightProviderType<WeightedListHeightProvider>
-
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.serialization.Codec<P>
codec()
private static <P extends HeightProvider>
HeightProviderType<P>
-
Field Details
-
CONSTANT
- Mappings:
Namespace Name Mixin selector official a
Ldxo;a:Ldxo;
intermediary field_31541
Lnet/minecraft/class_6123;field_31541:Lnet/minecraft/class_6123;
named CONSTANT
Lnet/minecraft/world/gen/heightprovider/HeightProviderType;CONSTANT:Lnet/minecraft/world/gen/heightprovider/HeightProviderType;
-
UNIFORM
- Mappings:
Namespace Name Mixin selector official b
Ldxo;b:Ldxo;
intermediary field_31542
Lnet/minecraft/class_6123;field_31542:Lnet/minecraft/class_6123;
named UNIFORM
Lnet/minecraft/world/gen/heightprovider/HeightProviderType;UNIFORM:Lnet/minecraft/world/gen/heightprovider/HeightProviderType;
-
BIASED_TO_BOTTOM
- Mappings:
Namespace Name Mixin selector official c
Ldxo;c:Ldxo;
intermediary field_31543
Lnet/minecraft/class_6123;field_31543:Lnet/minecraft/class_6123;
named BIASED_TO_BOTTOM
Lnet/minecraft/world/gen/heightprovider/HeightProviderType;BIASED_TO_BOTTOM:Lnet/minecraft/world/gen/heightprovider/HeightProviderType;
-
VERY_BIASED_TO_BOTTOM
- Mappings:
Namespace Name Mixin selector official d
Ldxo;d:Ldxo;
intermediary field_33520
Lnet/minecraft/class_6123;field_33520:Lnet/minecraft/class_6123;
named VERY_BIASED_TO_BOTTOM
Lnet/minecraft/world/gen/heightprovider/HeightProviderType;VERY_BIASED_TO_BOTTOM:Lnet/minecraft/world/gen/heightprovider/HeightProviderType;
-
TRAPEZOID
- Mappings:
Namespace Name Mixin selector official e
Ldxo;e:Ldxo;
intermediary field_33521
Lnet/minecraft/class_6123;field_33521:Lnet/minecraft/class_6123;
named TRAPEZOID
Lnet/minecraft/world/gen/heightprovider/HeightProviderType;TRAPEZOID:Lnet/minecraft/world/gen/heightprovider/HeightProviderType;
-
WEIGHTED_LIST
- Mappings:
Namespace Name Mixin selector official f
Ldxo;f:Ldxo;
intermediary field_35711
Lnet/minecraft/class_6123;field_35711:Lnet/minecraft/class_6123;
named WEIGHTED_LIST
Lnet/minecraft/world/gen/heightprovider/HeightProviderType;WEIGHTED_LIST:Lnet/minecraft/world/gen/heightprovider/HeightProviderType;
-
-
Method Details
-
codec
com.mojang.serialization.Codec<P> codec() -
register
private static <P extends HeightProvider> HeightProviderType<P> register(String id, com.mojang.serialization.Codec<P> codec) - Mappings:
Namespace Name Mixin selector official a
Ldxo;a(Ljava/lang/String;Lcom/mojang/serialization/Codec;)Ldxo;
intermediary method_35394
Lnet/minecraft/class_6123;method_35394(Ljava/lang/String;Lcom/mojang/serialization/Codec;)Lnet/minecraft/class_6123;
named register
Lnet/minecraft/world/gen/heightprovider/HeightProviderType;register(Ljava/lang/String;Lcom/mojang/serialization/Codec;)Lnet/minecraft/world/gen/heightprovider/HeightProviderType;
-