Interface HeightProviderType<P extends HeightProvider>
public interface HeightProviderType<P extends HeightProvider>
- Mappings:
Namespace Name official dmxintermediary net/minecraft/class_6123named net/minecraft/world/gen/heightprovider/HeightProviderType
-
Field Summary
FieldsModifier 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 aLdmx;a:Ldmx;intermediary field_31541Lnet/minecraft/class_6123;field_31541:Lnet/minecraft/class_6123;named CONSTANTLnet/minecraft/world/gen/heightprovider/HeightProviderType;CONSTANT:Lnet/minecraft/world/gen/heightprovider/HeightProviderType;
-
UNIFORM
- Mappings:
Namespace Name Mixin selector official bLdmx;b:Ldmx;intermediary field_31542Lnet/minecraft/class_6123;field_31542:Lnet/minecraft/class_6123;named UNIFORMLnet/minecraft/world/gen/heightprovider/HeightProviderType;UNIFORM:Lnet/minecraft/world/gen/heightprovider/HeightProviderType;
-
BIASED_TO_BOTTOM
- Mappings:
Namespace Name Mixin selector official cLdmx;c:Ldmx;intermediary field_31543Lnet/minecraft/class_6123;field_31543:Lnet/minecraft/class_6123;named BIASED_TO_BOTTOMLnet/minecraft/world/gen/heightprovider/HeightProviderType;BIASED_TO_BOTTOM:Lnet/minecraft/world/gen/heightprovider/HeightProviderType;
-
VERY_BIASED_TO_BOTTOM
- Mappings:
Namespace Name Mixin selector official dLdmx;d:Ldmx;intermediary field_33520Lnet/minecraft/class_6123;field_33520:Lnet/minecraft/class_6123;named VERY_BIASED_TO_BOTTOMLnet/minecraft/world/gen/heightprovider/HeightProviderType;VERY_BIASED_TO_BOTTOM:Lnet/minecraft/world/gen/heightprovider/HeightProviderType;
-
TRAPEZOID
- Mappings:
Namespace Name Mixin selector official eLdmx;e:Ldmx;intermediary field_33521Lnet/minecraft/class_6123;field_33521:Lnet/minecraft/class_6123;named TRAPEZOIDLnet/minecraft/world/gen/heightprovider/HeightProviderType;TRAPEZOID:Lnet/minecraft/world/gen/heightprovider/HeightProviderType;
-
WEIGHTED_LIST
- Mappings:
Namespace Name Mixin selector official fLdmx;f:Ldmx;intermediary field_35711Lnet/minecraft/class_6123;field_35711:Lnet/minecraft/class_6123;named WEIGHTED_LISTLnet/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 aLdmx;a(Ljava/lang/String;Lcom/mojang/serialization/Codec;)Ldmx;intermediary method_35394Lnet/minecraft/class_6123;method_35394(Ljava/lang/String;Lcom/mojang/serialization/Codec;)Lnet/minecraft/class_6123;named registerLnet/minecraft/world/gen/heightprovider/HeightProviderType;register(Ljava/lang/String;Lcom/mojang/serialization/Codec;)Lnet/minecraft/world/gen/heightprovider/HeightProviderType;
-