mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-03-22 19:57:12 +01:00
7 lines
138 B
Java
7 lines
138 B
Java
package com.minelittlepony.api.model;
|
|
|
|
import net.minecraft.util.Identifier;
|
|
|
|
public interface PreviewModel {
|
|
Identifier getForm();
|
|
}
|