Uses of Class
net.minecraft.block.PaneBlock
-
Packages that use PaneBlock Package Description net.minecraft.block net.minecraftforge.client.model.generators -
-
Uses of PaneBlock in net.minecraft.block
Subclasses of PaneBlock in net.minecraft.block Modifier and Type Class Description class
StainedGlassPaneBlock
-
Uses of PaneBlock in net.minecraftforge.client.model.generators
Methods in net.minecraftforge.client.model.generators with parameters of type PaneBlock Modifier and Type Method Description void
BlockStateProvider. paneBlock(PaneBlock block, java.lang.String name, ResourceLocation pane, ResourceLocation edge)
void
BlockStateProvider. paneBlock(PaneBlock block, ResourceLocation pane, ResourceLocation edge)
void
BlockStateProvider. paneBlock(PaneBlock block, ModelFile post, ModelFile side, ModelFile sideAlt, ModelFile noSide, ModelFile noSideAlt)
private void
BlockStateProvider. paneBlockInternal(PaneBlock block, java.lang.String baseName, ResourceLocation pane, ResourceLocation edge)
-