Class ForestFlowerBlockStateProvider

java.lang.Object
net.minecraft.world.gen.stateprovider.BlockStateProvider
net.minecraft.world.gen.stateprovider.ForestFlowerBlockStateProvider

public class ForestFlowerBlockStateProvider
extends BlockStateProvider
Mappings:
Namespace Name
official ctj
intermediary net/minecraft/class_4653
named net/minecraft/world/gen/stateprovider/ForestFlowerBlockStateProvider
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<ForestFlowerBlockStateProvider> CODEC
      Mappings:
      Namespace Name Mixin selector
      official b Lctj;b:Lcom/mojang/serialization/Codec;
      intermediary field_24940 Lnet/minecraft/class_4653;field_24940:Lcom/mojang/serialization/Codec;
      named CODEC Lnet/minecraft/world/gen/stateprovider/ForestFlowerBlockStateProvider;CODEC:Lcom/mojang/serialization/Codec;
    • FLOWERS

      private static final BlockState[] FLOWERS
      Mappings:
      Namespace Name Mixin selector
      official d Lctj;d:[Lcht;
      intermediary field_21310 Lnet/minecraft/class_4653;field_21310:[Lnet/minecraft/class_2680;
      named FLOWERS Lnet/minecraft/world/gen/stateprovider/ForestFlowerBlockStateProvider;FLOWERS:[Lnet/minecraft/block/BlockState;
    • INSTANCE

      public static final ForestFlowerBlockStateProvider INSTANCE
      Mappings:
      Namespace Name Mixin selector
      official c Lctj;c:Lctj;
      intermediary field_24941 Lnet/minecraft/class_4653;field_24941:Lnet/minecraft/class_4653;
      named INSTANCE Lnet/minecraft/world/gen/stateprovider/ForestFlowerBlockStateProvider;INSTANCE:Lnet/minecraft/world/gen/stateprovider/ForestFlowerBlockStateProvider;
  • Constructor Details

    • ForestFlowerBlockStateProvider

      public ForestFlowerBlockStateProvider()
  • Method Details

    • getType

      protected BlockStateProviderType<?> getType()
      Specified by:
      getType in class BlockStateProvider
      Mappings:
      Namespace Name Mixin selector
      official a Lcth;a()Lcti;
      intermediary method_28862 Lnet/minecraft/class_4651;method_28862()Lnet/minecraft/class_4652;
      named getType Lnet/minecraft/world/gen/stateprovider/BlockStateProvider;getType()Lnet/minecraft/world/gen/stateprovider/BlockStateProviderType;
    • getBlockState

      public BlockState getBlockState​(Random random, BlockPos pos)
      Specified by:
      getBlockState in class BlockStateProvider
      Mappings:
      Namespace Name Mixin selector
      official a Lcth;a(Ljava/util/Random;Lfx;)Lcht;
      intermediary method_23455 Lnet/minecraft/class_4651;method_23455(Ljava/util/Random;Lnet/minecraft/class_2338;)Lnet/minecraft/class_2680;
      named getBlockState Lnet/minecraft/world/gen/stateprovider/BlockStateProvider;getBlockState(Ljava/util/Random;Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/BlockState;