Package | Description |
---|---|
net.minecraftforge.client.model.generators |
Modifier and Type | Method and Description |
---|---|
void |
BlockStateProvider.doorBlock(DoorBlock block,
ModelFile bottomLeft,
ModelFile bottomRight,
ModelFile topLeft,
ModelFile topRight) |
void |
BlockStateProvider.doorBlock(DoorBlock block,
ResourceLocation bottom,
ResourceLocation top) |
void |
BlockStateProvider.doorBlock(DoorBlock block,
java.lang.String name,
ResourceLocation bottom,
ResourceLocation top) |
private void |
BlockStateProvider.doorBlockInternal(DoorBlock block,
java.lang.String baseName,
ResourceLocation bottom,
ResourceLocation top) |