Uses of Class
net.minecraft.world.level.block.RotatedPillarBlock
Packages that use RotatedPillarBlock
-
Uses of RotatedPillarBlock in net.minecraft.world.level.block
Subclasses of RotatedPillarBlock in net.minecraft.world.level.blockFields in net.minecraft.world.level.block with type parameters of type RotatedPillarBlockModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec
<RotatedPillarBlock> RotatedPillarBlock.CODEC
Methods in net.minecraft.world.level.block that return types with arguments of type RotatedPillarBlockModifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec
<? extends RotatedPillarBlock> RotatedPillarBlock.codec()
-
Uses of RotatedPillarBlock in net.neoforged.neoforge.client.model.generators
Methods in net.neoforged.neoforge.client.model.generators with parameters of type RotatedPillarBlockModifier and TypeMethodDescriptionvoid
BlockStateProvider.axisBlock
(RotatedPillarBlock block) void
BlockStateProvider.axisBlock
(RotatedPillarBlock block, ResourceLocation baseName) void
BlockStateProvider.axisBlock
(RotatedPillarBlock block, ResourceLocation side, ResourceLocation end) void
BlockStateProvider.axisBlock
(RotatedPillarBlock block, ModelFile vertical, ModelFile horizontal) void
BlockStateProvider.axisBlockWithRenderType
(RotatedPillarBlock block, String renderType) void
BlockStateProvider.axisBlockWithRenderType
(RotatedPillarBlock block, ResourceLocation renderType) void
BlockStateProvider.axisBlockWithRenderType
(RotatedPillarBlock block, ResourceLocation baseName, String renderType) void
BlockStateProvider.axisBlockWithRenderType
(RotatedPillarBlock block, ResourceLocation baseName, ResourceLocation renderType) void
BlockStateProvider.axisBlockWithRenderType
(RotatedPillarBlock block, ResourceLocation side, ResourceLocation end, String renderType) void
BlockStateProvider.axisBlockWithRenderType
(RotatedPillarBlock block, ResourceLocation side, ResourceLocation end, ResourceLocation renderType) void
BlockStateProvider.logBlock
(RotatedPillarBlock block) void
BlockStateProvider.logBlockWithRenderType
(RotatedPillarBlock block, String renderType) void
BlockStateProvider.logBlockWithRenderType
(RotatedPillarBlock block, ResourceLocation renderType)