blob: 537ca5b341d33935a1d65d222791b7b20a6bf3dc (
plain)
1
2
3
4
5
6
7
|
package moe.nea.firmament.util.mc
import net.minecraft.resources.ResourceLocation
interface IntrospectableItemModelManager {
fun hasModel_firmament(identifier: ResourceLocation): Boolean
}
|