mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-05 04:49:10 +01:00
8 lines
196 B
Java
8 lines
196 B
Java
package de.ellpeck.naturesaura.reg;
|
|
|
|
import de.ellpeck.naturesaura.data.ItemModelGenerator;
|
|
|
|
public interface ICustomItemModel {
|
|
|
|
void generateCustomItemModel(ItemModelGenerator generator);
|
|
}
|