Uses of Class
net.minecraft.world.level.block.FenceGateBlock
Packages that use FenceGateBlock
-
Uses of FenceGateBlock in net.minecraft.world.level.block
Fields in net.minecraft.world.level.block with type parameters of type FenceGateBlockModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<FenceGateBlock> FenceGateBlock.CODECMethods in net.minecraft.world.level.block that return types with arguments of type FenceGateBlockModifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec<FenceGateBlock> FenceGateBlock.codec() -
Uses of FenceGateBlock in net.neoforged.neoforge.client.model.generators
Methods in net.neoforged.neoforge.client.model.generators with parameters of type FenceGateBlockModifier and TypeMethodDescriptionvoidBlockStateProvider.fenceGateBlock(FenceGateBlock block, String name, ResourceLocation texture) voidBlockStateProvider.fenceGateBlock(FenceGateBlock block, ResourceLocation texture) voidBlockStateProvider.fenceGateBlock(FenceGateBlock block, ModelFile gate, ModelFile gateOpen, ModelFile gateWall, ModelFile gateWallOpen) private voidBlockStateProvider.fenceGateBlockInternal(FenceGateBlock block, String baseName, ResourceLocation texture) private voidBlockStateProvider.fenceGateBlockInternalWithRenderType(FenceGateBlock block, String baseName, ResourceLocation texture, ResourceLocation renderType) voidBlockStateProvider.fenceGateBlockWithRenderType(FenceGateBlock block, String name, ResourceLocation texture, String renderType) voidBlockStateProvider.fenceGateBlockWithRenderType(FenceGateBlock block, String name, ResourceLocation texture, ResourceLocation renderType) voidBlockStateProvider.fenceGateBlockWithRenderType(FenceGateBlock block, ResourceLocation texture, String renderType) voidBlockStateProvider.fenceGateBlockWithRenderType(FenceGateBlock block, ResourceLocation texture, ResourceLocation renderType)