Class PillarBlockStateProvider
java.lang.Object
net.minecraft.world.gen.stateprovider.BlockStateProvider
net.minecraft.world.gen.stateprovider.PillarBlockStateProvider
public class PillarBlockStateProvider extends BlockStateProvider
- Mappings:
Namespace Name official ctl
intermediary net/minecraft/class_4655
named net/minecraft/world/gen/stateprovider/PillarBlockStateProvider
-
Field Summary
Fields Modifier and Type Field Description private Block
block
static com.mojang.serialization.Codec<PillarBlockStateProvider>
CODEC
Fields inherited from class net.minecraft.world.gen.stateprovider.BlockStateProvider
TYPE_CODEC
-
Constructor Summary
Constructors Constructor Description PillarBlockStateProvider(Block block)
-
Method Summary
Modifier and Type Method Description BlockState
getBlockState(Random random, BlockPos pos)
protected BlockStateProviderType<?>
getType()
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official b
Lctl;b:Lcom/mojang/serialization/Codec;
intermediary field_24944
Lnet/minecraft/class_4655;field_24944:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/world/gen/stateprovider/PillarBlockStateProvider;CODEC:Lcom/mojang/serialization/Codec;
-
block
- Mappings:
Namespace Name Mixin selector official c
Lctl;c:Lbwu;
intermediary field_21313
Lnet/minecraft/class_4655;field_21313:Lnet/minecraft/class_2248;
named block
Lnet/minecraft/world/gen/stateprovider/PillarBlockStateProvider;block:Lnet/minecraft/block/Block;
-
-
Constructor Details
-
PillarBlockStateProvider
- Mappings:
Namespace Name Mixin selector official <init>
Lctl;<init>(Lbwu;)V
intermediary <init>
Lnet/minecraft/class_4655;<init>(Lnet/minecraft/class_2248;)V
named <init>
Lnet/minecraft/world/gen/stateprovider/PillarBlockStateProvider;<init>(Lnet/minecraft/block/Block;)V
-
-
Method Details
-
getType
- Specified by:
getType
in classBlockStateProvider
- 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
- Specified by:
getBlockState
in classBlockStateProvider
- 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;
-