Uses of Class
net.minecraft.world.level.block.WallBlock
Packages that use WallBlock
-
Uses of WallBlock in net.minecraft.world.level.block
Fields in net.minecraft.world.level.block with type parameters of type WallBlockModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec
<WallBlock> WallBlock.CODEC
Methods in net.minecraft.world.level.block that return types with arguments of type WallBlock -
Uses of WallBlock in net.neoforged.neoforge.client.model.generators
Methods in net.neoforged.neoforge.client.model.generators with parameters of type WallBlockModifier and TypeMethodDescriptionvoid
BlockStateProvider.wallBlock
(WallBlock block, String name, ResourceLocation texture) void
BlockStateProvider.wallBlock
(WallBlock block, ResourceLocation texture) void
private void
BlockStateProvider.wallBlockInternal
(WallBlock block, String baseName, ResourceLocation texture) private void
BlockStateProvider.wallBlockInternalWithRenderType
(WallBlock block, String baseName, ResourceLocation texture, ResourceLocation renderType) void
BlockStateProvider.wallBlockWithRenderType
(WallBlock block, String name, ResourceLocation texture, String renderType) void
BlockStateProvider.wallBlockWithRenderType
(WallBlock block, String name, ResourceLocation texture, ResourceLocation renderType) void
BlockStateProvider.wallBlockWithRenderType
(WallBlock block, ResourceLocation texture, String renderType) void
BlockStateProvider.wallBlockWithRenderType
(WallBlock block, ResourceLocation texture, ResourceLocation renderType)