Class BlockStateProviderType<P extends BlockStateProvider>
java.lang.Object
net.minecraft.world.gen.stateprovider.BlockStateProviderType<P>
- Mappings:
Namespace Name intermediary net/minecraft/class_4652official dornamed net/minecraft/world/gen/stateprovider/BlockStateProviderType
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final com.mojang.serialization.Codec<P>static final BlockStateProviderType<DualNoiseBlockStateProvider>static final BlockStateProviderType<NoiseBlockStateProvider>static final BlockStateProviderType<NoiseThresholdBlockStateProvider>static final BlockStateProviderType<RandomizedIntBlockStateProvider>static final BlockStateProviderType<PillarBlockStateProvider>static final BlockStateProviderType<SimpleBlockStateProvider>static final BlockStateProviderType<WeightedBlockStateProvider> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateBlockStateProviderType(com.mojang.serialization.Codec<P> codec) -
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.serialization.Codec<P>getCodec()private static <P extends BlockStateProvider>
BlockStateProviderType<P>
-
Field Details
-
SIMPLE_STATE_PROVIDER
- Mappings:
Namespace Name Mixin selector intermediary field_21305Lnet/minecraft/class_4652;field_21305:Lnet/minecraft/class_4652;official aLdor;a:Ldor;named SIMPLE_STATE_PROVIDERLnet/minecraft/world/gen/stateprovider/BlockStateProviderType;SIMPLE_STATE_PROVIDER:Lnet/minecraft/world/gen/stateprovider/BlockStateProviderType;
-
WEIGHTED_STATE_PROVIDER
- Mappings:
Namespace Name Mixin selector intermediary field_21306Lnet/minecraft/class_4652;field_21306:Lnet/minecraft/class_4652;official bLdor;b:Ldor;named WEIGHTED_STATE_PROVIDERLnet/minecraft/world/gen/stateprovider/BlockStateProviderType;WEIGHTED_STATE_PROVIDER:Lnet/minecraft/world/gen/stateprovider/BlockStateProviderType;
-
NOISE_THRESHOLD_PROVIDER
public static final BlockStateProviderType<NoiseThresholdBlockStateProvider> NOISE_THRESHOLD_PROVIDER- Mappings:
Namespace Name Mixin selector intermediary field_34932Lnet/minecraft/class_4652;field_34932:Lnet/minecraft/class_4652;official cLdor;c:Ldor;named NOISE_THRESHOLD_PROVIDERLnet/minecraft/world/gen/stateprovider/BlockStateProviderType;NOISE_THRESHOLD_PROVIDER:Lnet/minecraft/world/gen/stateprovider/BlockStateProviderType;
-
NOISE_PROVIDER
- Mappings:
Namespace Name Mixin selector intermediary field_34933Lnet/minecraft/class_4652;field_34933:Lnet/minecraft/class_4652;official dLdor;d:Ldor;named NOISE_PROVIDERLnet/minecraft/world/gen/stateprovider/BlockStateProviderType;NOISE_PROVIDER:Lnet/minecraft/world/gen/stateprovider/BlockStateProviderType;
-
DUAL_NOISE_PROVIDER
- Mappings:
Namespace Name Mixin selector intermediary field_34934Lnet/minecraft/class_4652;field_34934:Lnet/minecraft/class_4652;official eLdor;e:Ldor;named DUAL_NOISE_PROVIDERLnet/minecraft/world/gen/stateprovider/BlockStateProviderType;DUAL_NOISE_PROVIDER:Lnet/minecraft/world/gen/stateprovider/BlockStateProviderType;
-
ROTATED_BLOCK_PROVIDER
- Mappings:
Namespace Name Mixin selector intermediary field_24938Lnet/minecraft/class_4652;field_24938:Lnet/minecraft/class_4652;official fLdor;f:Ldor;named ROTATED_BLOCK_PROVIDERLnet/minecraft/world/gen/stateprovider/BlockStateProviderType;ROTATED_BLOCK_PROVIDER:Lnet/minecraft/world/gen/stateprovider/BlockStateProviderType;
-
RANDOMIZED_INT_STATE_PROVIDER
public static final BlockStateProviderType<RandomizedIntBlockStateProvider> RANDOMIZED_INT_STATE_PROVIDER- Mappings:
Namespace Name Mixin selector intermediary field_29300Lnet/minecraft/class_4652;field_29300:Lnet/minecraft/class_4652;official gLdor;g:Ldor;named RANDOMIZED_INT_STATE_PROVIDERLnet/minecraft/world/gen/stateprovider/BlockStateProviderType;RANDOMIZED_INT_STATE_PROVIDER:Lnet/minecraft/world/gen/stateprovider/BlockStateProviderType;
-
codec
- Mappings:
Namespace Name Mixin selector intermediary field_24939Lnet/minecraft/class_4652;field_24939:Lcom/mojang/serialization/Codec;official hLdor;h:Lcom/mojang/serialization/Codec;named codecLnet/minecraft/world/gen/stateprovider/BlockStateProviderType;codec:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
BlockStateProviderType
- Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_4652;<init>(Lcom/mojang/serialization/Codec;)Vofficial <init>Ldor;<init>(Lcom/mojang/serialization/Codec;)Vnamed <init>Lnet/minecraft/world/gen/stateprovider/BlockStateProviderType;<init>(Lcom/mojang/serialization/Codec;)V
-
-
Method Details
-
register
private static <P extends BlockStateProvider> BlockStateProviderType<P> register(String id, com.mojang.serialization.Codec<P> codec) - Mappings:
Namespace Name Mixin selector intermediary method_23457Lnet/minecraft/class_4652;method_23457(Ljava/lang/String;Lcom/mojang/serialization/Codec;)Lnet/minecraft/class_4652;official aLdor;a(Ljava/lang/String;Lcom/mojang/serialization/Codec;)Ldor;named registerLnet/minecraft/world/gen/stateprovider/BlockStateProviderType;register(Ljava/lang/String;Lcom/mojang/serialization/Codec;)Lnet/minecraft/world/gen/stateprovider/BlockStateProviderType;
-
getCodec
- Mappings:
Namespace Name Mixin selector intermediary method_28863Lnet/minecraft/class_4652;method_28863()Lcom/mojang/serialization/Codec;official aLdor;a()Lcom/mojang/serialization/Codec;named getCodecLnet/minecraft/world/gen/stateprovider/BlockStateProviderType;getCodec()Lcom/mojang/serialization/Codec;
-