Uses of Class
net.minecraft.block.FenceGateBlock
-
Packages that use FenceGateBlock Package Description net.minecraftforge.client.model.generators -
-
Uses of FenceGateBlock in net.minecraftforge.client.model.generators
Methods in net.minecraftforge.client.model.generators with parameters of type FenceGateBlock Modifier and Type Method Description void
BlockStateProvider. fenceGateBlock(FenceGateBlock block, java.lang.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, java.lang.String baseName, ResourceLocation texture)
-