Uses of Class
net.minecraft.world.level.block.StairBlock
Packages that use StairBlock
-
Uses of StairBlock in net.minecraft.world.level.block
Subclasses of StairBlock in net.minecraft.world.level.blockFields in net.minecraft.world.level.block with type parameters of type StairBlockModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<StairBlock> StairBlock.CODECMethods in net.minecraft.world.level.block that return types with arguments of type StairBlockModifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec<? extends StairBlock> StairBlock.codec() -
Uses of StairBlock in net.neoforged.neoforge.client.model.generators
Methods in net.neoforged.neoforge.client.model.generators with parameters of type StairBlockModifier and TypeMethodDescriptionvoidBlockStateProvider.stairsBlock(StairBlock block, String name, ResourceLocation texture) voidBlockStateProvider.stairsBlock(StairBlock block, String name, ResourceLocation side, ResourceLocation bottom, ResourceLocation top) voidBlockStateProvider.stairsBlock(StairBlock block, ResourceLocation texture) voidBlockStateProvider.stairsBlock(StairBlock block, ResourceLocation side, ResourceLocation bottom, ResourceLocation top) voidBlockStateProvider.stairsBlock(StairBlock block, ModelFile stairs, ModelFile stairsInner, ModelFile stairsOuter) private voidBlockStateProvider.stairsBlockInternal(StairBlock block, String baseName, ResourceLocation side, ResourceLocation bottom, ResourceLocation top) private voidBlockStateProvider.stairsBlockInternalWithRenderType(StairBlock block, String baseName, ResourceLocation side, ResourceLocation bottom, ResourceLocation top, ResourceLocation renderType) voidBlockStateProvider.stairsBlockWithRenderType(StairBlock block, String name, ResourceLocation texture, String renderType) voidBlockStateProvider.stairsBlockWithRenderType(StairBlock block, String name, ResourceLocation texture, ResourceLocation renderType) voidBlockStateProvider.stairsBlockWithRenderType(StairBlock block, String name, ResourceLocation side, ResourceLocation bottom, ResourceLocation top, String renderType) voidBlockStateProvider.stairsBlockWithRenderType(StairBlock block, String name, ResourceLocation side, ResourceLocation bottom, ResourceLocation top, ResourceLocation renderType) voidBlockStateProvider.stairsBlockWithRenderType(StairBlock block, ResourceLocation texture, String renderType) voidBlockStateProvider.stairsBlockWithRenderType(StairBlock block, ResourceLocation texture, ResourceLocation renderType) voidBlockStateProvider.stairsBlockWithRenderType(StairBlock block, ResourceLocation side, ResourceLocation bottom, ResourceLocation top, String renderType) voidBlockStateProvider.stairsBlockWithRenderType(StairBlock block, ResourceLocation side, ResourceLocation bottom, ResourceLocation top, ResourceLocation renderType)