Class BlockStateProviderType<P extends BlockStateProvider>

java.lang.Object
net.minecraft.world.gen.stateprovider.BlockStateProviderType<P>

public class BlockStateProviderType<P extends BlockStateProvider> extends Object
Mappings:
Namespace Name
named net/minecraft/world/gen/stateprovider/BlockStateProviderType
intermediary net/minecraft/class_4652
official efr
  • Field Details

    • SIMPLE_STATE_PROVIDER

      public static final BlockStateProviderType<SimpleBlockStateProvider> SIMPLE_STATE_PROVIDER
      Mappings:
      Namespace Name Mixin selector
      named SIMPLE_STATE_PROVIDER Lnet/minecraft/world/gen/stateprovider/BlockStateProviderType;SIMPLE_STATE_PROVIDER:Lnet/minecraft/world/gen/stateprovider/BlockStateProviderType;
      intermediary field_21305 Lnet/minecraft/class_4652;field_21305:Lnet/minecraft/class_4652;
      official a Lefr;a:Lefr;
    • WEIGHTED_STATE_PROVIDER

      public static final BlockStateProviderType<WeightedBlockStateProvider> WEIGHTED_STATE_PROVIDER
      Mappings:
      Namespace Name Mixin selector
      named WEIGHTED_STATE_PROVIDER Lnet/minecraft/world/gen/stateprovider/BlockStateProviderType;WEIGHTED_STATE_PROVIDER:Lnet/minecraft/world/gen/stateprovider/BlockStateProviderType;
      intermediary field_21306 Lnet/minecraft/class_4652;field_21306:Lnet/minecraft/class_4652;
      official b Lefr;b:Lefr;
    • NOISE_THRESHOLD_PROVIDER

      public static final BlockStateProviderType<NoiseThresholdBlockStateProvider> NOISE_THRESHOLD_PROVIDER
      Mappings:
      Namespace Name Mixin selector
      named NOISE_THRESHOLD_PROVIDER Lnet/minecraft/world/gen/stateprovider/BlockStateProviderType;NOISE_THRESHOLD_PROVIDER:Lnet/minecraft/world/gen/stateprovider/BlockStateProviderType;
      intermediary field_34932 Lnet/minecraft/class_4652;field_34932:Lnet/minecraft/class_4652;
      official c Lefr;c:Lefr;
    • NOISE_PROVIDER

      public static final BlockStateProviderType<NoiseBlockStateProvider> NOISE_PROVIDER
      Mappings:
      Namespace Name Mixin selector
      named NOISE_PROVIDER Lnet/minecraft/world/gen/stateprovider/BlockStateProviderType;NOISE_PROVIDER:Lnet/minecraft/world/gen/stateprovider/BlockStateProviderType;
      intermediary field_34933 Lnet/minecraft/class_4652;field_34933:Lnet/minecraft/class_4652;
      official d Lefr;d:Lefr;
    • DUAL_NOISE_PROVIDER

      public static final BlockStateProviderType<DualNoiseBlockStateProvider> DUAL_NOISE_PROVIDER
      Mappings:
      Namespace Name Mixin selector
      named DUAL_NOISE_PROVIDER Lnet/minecraft/world/gen/stateprovider/BlockStateProviderType;DUAL_NOISE_PROVIDER:Lnet/minecraft/world/gen/stateprovider/BlockStateProviderType;
      intermediary field_34934 Lnet/minecraft/class_4652;field_34934:Lnet/minecraft/class_4652;
      official e Lefr;e:Lefr;
    • ROTATED_BLOCK_PROVIDER

      public static final BlockStateProviderType<PillarBlockStateProvider> ROTATED_BLOCK_PROVIDER
      Mappings:
      Namespace Name Mixin selector
      named ROTATED_BLOCK_PROVIDER Lnet/minecraft/world/gen/stateprovider/BlockStateProviderType;ROTATED_BLOCK_PROVIDER:Lnet/minecraft/world/gen/stateprovider/BlockStateProviderType;
      intermediary field_24938 Lnet/minecraft/class_4652;field_24938:Lnet/minecraft/class_4652;
      official f Lefr;f:Lefr;
    • RANDOMIZED_INT_STATE_PROVIDER

      public static final BlockStateProviderType<RandomizedIntBlockStateProvider> RANDOMIZED_INT_STATE_PROVIDER
      Mappings:
      Namespace Name Mixin selector
      named RANDOMIZED_INT_STATE_PROVIDER Lnet/minecraft/world/gen/stateprovider/BlockStateProviderType;RANDOMIZED_INT_STATE_PROVIDER:Lnet/minecraft/world/gen/stateprovider/BlockStateProviderType;
      intermediary field_29300 Lnet/minecraft/class_4652;field_29300:Lnet/minecraft/class_4652;
      official g Lefr;g:Lefr;
    • codec

      private final com.mojang.serialization.MapCodec<P extends BlockStateProvider> codec
      Mappings:
      Namespace Name Mixin selector
      named codec Lnet/minecraft/world/gen/stateprovider/BlockStateProviderType;codec:Lcom/mojang/serialization/MapCodec;
      intermediary field_24939 Lnet/minecraft/class_4652;field_24939:Lcom/mojang/serialization/MapCodec;
      official h Lefr;h:Lcom/mojang/serialization/MapCodec;
  • Constructor Details

    • BlockStateProviderType

      private BlockStateProviderType(com.mojang.serialization.MapCodec<P> codec)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/world/gen/stateprovider/BlockStateProviderType;<init>(Lcom/mojang/serialization/MapCodec;)V
      intermediary <init> Lnet/minecraft/class_4652;<init>(Lcom/mojang/serialization/MapCodec;)V
      official <init> Lefr;<init>(Lcom/mojang/serialization/MapCodec;)V
  • Method Details

    • register

      private static <P extends BlockStateProvider> BlockStateProviderType<P> register(String id, com.mojang.serialization.MapCodec<P> codec)
      Mappings:
      Namespace Name Mixin selector
      named register Lnet/minecraft/world/gen/stateprovider/BlockStateProviderType;register(Ljava/lang/String;Lcom/mojang/serialization/MapCodec;)Lnet/minecraft/world/gen/stateprovider/BlockStateProviderType;
      intermediary method_23457 Lnet/minecraft/class_4652;method_23457(Ljava/lang/String;Lcom/mojang/serialization/MapCodec;)Lnet/minecraft/class_4652;
      official a Lefr;a(Ljava/lang/String;Lcom/mojang/serialization/MapCodec;)Lefr;
    • getCodec

      public com.mojang.serialization.MapCodec<P> getCodec()
      Mappings:
      Namespace Name Mixin selector
      named getCodec Lnet/minecraft/world/gen/stateprovider/BlockStateProviderType;getCodec()Lcom/mojang/serialization/MapCodec;
      intermediary method_28863 Lnet/minecraft/class_4652;method_28863()Lcom/mojang/serialization/MapCodec;
      official a Lefr;a()Lcom/mojang/serialization/MapCodec;