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 voidBlockStateProvider. doorBlock(DoorBlock block, java.lang.String name, ResourceLocation bottom, ResourceLocation top)voidBlockStateProvider. doorBlock(DoorBlock block, ResourceLocation bottom, ResourceLocation top)voidBlockStateProvider. doorBlock(DoorBlock block, ModelFile bottomLeft, ModelFile bottomRight, ModelFile topLeft, ModelFile topRight)private voidBlockStateProvider. doorBlockInternal(DoorBlock block, java.lang.String baseName, ResourceLocation bottom, ResourceLocation top)
-