Uses of Class
net.minecraft.world.level.block.FenceBlock
Packages that use FenceBlock
-
Uses of FenceBlock in net.minecraft.world.level.block
Fields in net.minecraft.world.level.block with type parameters of type FenceBlockModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<FenceBlock>
FenceBlock.CODEC
Methods in net.minecraft.world.level.block that return types with arguments of type FenceBlockModifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec<FenceBlock>
FenceBlock.codec()
-
Uses of FenceBlock in net.neoforged.neoforge.client.model.generators
Methods in net.neoforged.neoforge.client.model.generators with parameters of type FenceBlockModifier 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)