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.CODECMethods 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 TypeMethodDescriptionvoidBlockStateProvider.axisBlock(RotatedPillarBlock block) voidBlockStateProvider.axisBlock(RotatedPillarBlock block, ResourceLocation baseName) voidBlockStateProvider.axisBlock(RotatedPillarBlock block, ResourceLocation side, ResourceLocation end) voidBlockStateProvider.axisBlock(RotatedPillarBlock block, ModelFile vertical, ModelFile horizontal) voidBlockStateProvider.axisBlockWithRenderType(RotatedPillarBlock block, String renderType) voidBlockStateProvider.axisBlockWithRenderType(RotatedPillarBlock block, ResourceLocation renderType) voidBlockStateProvider.axisBlockWithRenderType(RotatedPillarBlock block, ResourceLocation baseName, String renderType) voidBlockStateProvider.axisBlockWithRenderType(RotatedPillarBlock block, ResourceLocation baseName, ResourceLocation renderType) voidBlockStateProvider.axisBlockWithRenderType(RotatedPillarBlock block, ResourceLocation side, ResourceLocation end, String renderType) voidBlockStateProvider.axisBlockWithRenderType(RotatedPillarBlock block, ResourceLocation side, ResourceLocation end, ResourceLocation renderType) voidBlockStateProvider.logBlock(RotatedPillarBlock block) voidBlockStateProvider.logBlockWithRenderType(RotatedPillarBlock block, String renderType) voidBlockStateProvider.logBlockWithRenderType(RotatedPillarBlock block, ResourceLocation renderType)