Uses of Class
net.minecraft.block.DoorBlock
-
Packages that use DoorBlock Package Description net.minecraftforge.client.model.generators -
-
Uses of DoorBlock in net.minecraftforge.client.model.generators
Methods in net.minecraftforge.client.model.generators with parameters of type DoorBlock Modifier and Type Method Description void
BlockStateProvider. doorBlock(DoorBlock block, java.lang.String name, ResourceLocation bottom, ResourceLocation top)
void
BlockStateProvider. doorBlock(DoorBlock block, ResourceLocation bottom, ResourceLocation top)
void
BlockStateProvider. doorBlock(DoorBlock block, ModelFile bottomLeft, ModelFile bottomRight, ModelFile topLeft, ModelFile topRight)
private void
BlockStateProvider. doorBlockInternal(DoorBlock block, java.lang.String baseName, ResourceLocation bottom, ResourceLocation top)
-