Uses of Class
net.minecraft.world.level.block.FenceBlock
-
Uses of FenceBlock in net.minecraft.world.level.block
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec
<FenceBlock> FenceBlock.CODEC
Modifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec
<FenceBlock> FenceBlock.codec()
-
Uses of FenceBlock in net.neoforged.neoforge.client.model.generators
Modifier and TypeMethodDescriptionvoid
BlockStateProvider.fenceBlock
(FenceBlock block, String name, ResourceLocation texture) void
BlockStateProvider.fenceBlock
(FenceBlock block, ResourceLocation texture) void
BlockStateProvider.fenceBlockWithRenderType
(FenceBlock block, String name, ResourceLocation texture, String renderType) void
BlockStateProvider.fenceBlockWithRenderType
(FenceBlock block, String name, ResourceLocation texture, ResourceLocation renderType) void
BlockStateProvider.fenceBlockWithRenderType
(FenceBlock block, ResourceLocation texture, String renderType) void
BlockStateProvider.fenceBlockWithRenderType
(FenceBlock block, ResourceLocation texture, ResourceLocation renderType)