Interface HeightProviderType<P extends HeightProvider>
public interface HeightProviderType<P extends HeightProvider>
- Mappings:
Namespace Name official cxxintermediary net/minecraft/class_6123named net/minecraft/world/gen/heightprovider/HeightProviderType
-
Field Summary
FieldsModifier and TypeFieldDescription -
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.serialization.Codec<P>codec()static <P extends HeightProvider>
HeightProviderType<P>
-
Field Details
-
CONSTANT
- Mappings:
Namespace Name Mixin selector official aLcxx;a:Lcxx;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 bLcxx;b:Lcxx;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 cLcxx;c:Lcxx;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;
-
-
Method Details
-
codec
com.mojang.serialization.Codec<P> codec()- Mappings:
Namespace Name Mixin selector official codecLcxx;codec()Lcom/mojang/serialization/Codec;intermediary codecLnet/minecraft/class_6123;codec()Lcom/mojang/serialization/Codec;named codecLnet/minecraft/world/gen/heightprovider/HeightProviderType;codec()Lcom/mojang/serialization/Codec;
-
register
static <P extends HeightProvider> HeightProviderType<P> register(String id, com.mojang.serialization.Codec<P> codec)- Mappings:
Namespace Name Mixin selector official aLcxx;a(Ljava/lang/String;Lcom/mojang/serialization/Codec;)Lcxx;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;
-