mirror of
https://github.com/Theta-Dev/ConstructionWand.git
synced 2025-08-06 02:45:26 +02:00
6 lines
156 B
Java
6 lines
156 B
Java
package thetadev.constructionwand.data;
|
|
|
|
public interface ICustomItemModel
|
|
{
|
|
void generateCustomItemModel(ItemModelGenerator generator, String name);
|
|
}
|