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.CODEC
Methods 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 TypeMethodDescriptionvoid
BlockStateProvider.fenceGateBlock
(FenceGateBlock block, String name, ResourceLocation texture) void
BlockStateProvider.fenceGateBlock
(FenceGateBlock block, ResourceLocation texture) void
BlockStateProvider.fenceGateBlock
(FenceGateBlock block, ModelFile gate, ModelFile gateOpen, ModelFile gateWall, ModelFile gateWallOpen) private void
BlockStateProvider.fenceGateBlockInternal
(FenceGateBlock block, String baseName, ResourceLocation texture) private void
BlockStateProvider.fenceGateBlockInternalWithRenderType
(FenceGateBlock block, String baseName, ResourceLocation texture, ResourceLocation renderType) void
BlockStateProvider.fenceGateBlockWithRenderType
(FenceGateBlock block, String name, ResourceLocation texture, String renderType) void
BlockStateProvider.fenceGateBlockWithRenderType
(FenceGateBlock block, String name, ResourceLocation texture, ResourceLocation renderType) void
BlockStateProvider.fenceGateBlockWithRenderType
(FenceGateBlock block, ResourceLocation texture, String renderType) void
BlockStateProvider.fenceGateBlockWithRenderType
(FenceGateBlock block, ResourceLocation texture, ResourceLocation renderType)