Class PlainsFlowerBlockStateProvider
java.lang.Object
net.minecraft.world.gen.stateprovider.BlockStateProvider
net.minecraft.world.gen.stateprovider.PlainsFlowerBlockStateProvider
public class PlainsFlowerBlockStateProvider extends BlockStateProvider
- Mappings:
Namespace Name official ctkintermediary net/minecraft/class_4654named net/minecraft/world/gen/stateprovider/PlainsFlowerBlockStateProvider
-
Field Summary
Fields Modifier and Type Field Description static com.mojang.serialization.Codec<PlainsFlowerBlockStateProvider>CODECprivate static BlockState[]FLOWERSstatic PlainsFlowerBlockStateProviderINSTANCEprivate static BlockState[]TULIPSFields inherited from class net.minecraft.world.gen.stateprovider.BlockStateProvider
TYPE_CODEC -
Constructor Summary
Constructors Constructor Description PlainsFlowerBlockStateProvider() -
Method Summary
Modifier and Type Method Description BlockStategetBlockState(Random random, BlockPos pos)protected BlockStateProviderType<?>getType()
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official bLctk;b:Lcom/mojang/serialization/Codec;intermediary field_24942Lnet/minecraft/class_4654;field_24942:Lcom/mojang/serialization/Codec;named CODECLnet/minecraft/world/gen/stateprovider/PlainsFlowerBlockStateProvider;CODEC:Lcom/mojang/serialization/Codec;
-
INSTANCE
- Mappings:
Namespace Name Mixin selector official cLctk;c:Lctk;intermediary field_24943Lnet/minecraft/class_4654;field_24943:Lnet/minecraft/class_4654;named INSTANCELnet/minecraft/world/gen/stateprovider/PlainsFlowerBlockStateProvider;INSTANCE:Lnet/minecraft/world/gen/stateprovider/PlainsFlowerBlockStateProvider;
-
TULIPS
- Mappings:
Namespace Name Mixin selector official dLctk;d:[Lcht;intermediary field_21311Lnet/minecraft/class_4654;field_21311:[Lnet/minecraft/class_2680;named TULIPSLnet/minecraft/world/gen/stateprovider/PlainsFlowerBlockStateProvider;TULIPS:[Lnet/minecraft/block/BlockState;
-
FLOWERS
- Mappings:
Namespace Name Mixin selector official eLctk;e:[Lcht;intermediary field_21312Lnet/minecraft/class_4654;field_21312:[Lnet/minecraft/class_2680;named FLOWERSLnet/minecraft/world/gen/stateprovider/PlainsFlowerBlockStateProvider;FLOWERS:[Lnet/minecraft/block/BlockState;
-
-
Constructor Details
-
PlainsFlowerBlockStateProvider
public PlainsFlowerBlockStateProvider()
-
-
Method Details
-
getType
- Specified by:
getTypein classBlockStateProvider- Mappings:
Namespace Name Mixin selector official aLcth;a()Lcti;intermediary method_28862Lnet/minecraft/class_4651;method_28862()Lnet/minecraft/class_4652;named getTypeLnet/minecraft/world/gen/stateprovider/BlockStateProvider;getType()Lnet/minecraft/world/gen/stateprovider/BlockStateProviderType;
-
getBlockState
- Specified by:
getBlockStatein classBlockStateProvider- Mappings:
Namespace Name Mixin selector official aLcth;a(Ljava/util/Random;Lfx;)Lcht;intermediary method_23455Lnet/minecraft/class_4651;method_23455(Ljava/util/Random;Lnet/minecraft/class_2338;)Lnet/minecraft/class_2680;named getBlockStateLnet/minecraft/world/gen/stateprovider/BlockStateProvider;getBlockState(Ljava/util/Random;Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/BlockState;
-