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.CODECMethods 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 TypeMethodDescriptionvoidBlockStateProvider.fenceBlock(FenceBlock block, String name, ResourceLocation texture) voidBlockStateProvider.fenceBlock(FenceBlock block, ResourceLocation texture) voidBlockStateProvider.fenceBlockWithRenderType(FenceBlock block, String name, ResourceLocation texture, String renderType) voidBlockStateProvider.fenceBlockWithRenderType(FenceBlock block, String name, ResourceLocation texture, ResourceLocation renderType) voidBlockStateProvider.fenceBlockWithRenderType(FenceBlock block, ResourceLocation texture, String renderType) voidBlockStateProvider.fenceBlockWithRenderType(FenceBlock block, ResourceLocation texture, ResourceLocation renderType)