Class PlainsFlowerBlockStateProvider
java.lang.Object
net.minecraft.world.gen.stateprovider.BlockStateProvider
net.minecraft.world.gen.stateprovider.PlainsFlowerBlockStateProvider
- Mappings:
Namespace Name official cxm
intermediary net/minecraft/class_4654
named net/minecraft/world/gen/stateprovider/PlainsFlowerBlockStateProvider
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<PlainsFlowerBlockStateProvider>
private static final BlockState[]
static final PlainsFlowerBlockStateProvider
private static final BlockState[]
Fields inherited from class net.minecraft.world.gen.stateprovider.BlockStateProvider
TYPE_CODEC
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBlockState
(Random random, BlockPos pos) protected BlockStateProviderType<?>
getType()
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official b
Lcxm;b:Lcom/mojang/serialization/Codec;
intermediary field_24942
Lnet/minecraft/class_4654;field_24942:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/world/gen/stateprovider/PlainsFlowerBlockStateProvider;CODEC:Lcom/mojang/serialization/Codec;
-
INSTANCE
- Mappings:
Namespace Name Mixin selector official c
Lcxm;c:Lcxm;
intermediary field_24943
Lnet/minecraft/class_4654;field_24943:Lnet/minecraft/class_4654;
named INSTANCE
Lnet/minecraft/world/gen/stateprovider/PlainsFlowerBlockStateProvider;INSTANCE:Lnet/minecraft/world/gen/stateprovider/PlainsFlowerBlockStateProvider;
-
TULIPS
- Mappings:
Namespace Name Mixin selector official d
Lcxm;d:[Lcks;
intermediary field_21311
Lnet/minecraft/class_4654;field_21311:[Lnet/minecraft/class_2680;
named TULIPS
Lnet/minecraft/world/gen/stateprovider/PlainsFlowerBlockStateProvider;TULIPS:[Lnet/minecraft/block/BlockState;
-
FLOWERS
- Mappings:
Namespace Name Mixin selector official e
Lcxm;e:[Lcks;
intermediary field_21312
Lnet/minecraft/class_4654;field_21312:[Lnet/minecraft/class_2680;
named FLOWERS
Lnet/minecraft/world/gen/stateprovider/PlainsFlowerBlockStateProvider;FLOWERS:[Lnet/minecraft/block/BlockState;
-
-
Constructor Details
-
PlainsFlowerBlockStateProvider
public PlainsFlowerBlockStateProvider()
-
-
Method Details
-
getType
- Specified by:
getType
in classBlockStateProvider
- Mappings:
Namespace Name Mixin selector official a
Lcxj;a()Lcxk;
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
- Specified by:
getBlockState
in classBlockStateProvider
- Mappings:
Namespace Name Mixin selector official a
Lcxj;a(Ljava/util/Random;Lgg;)Lcks;
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;
-