aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/util/mc/IntrospectableItemModelManager.kt
blob: e546fd30b28806a378c486bfdd7f78bb5103dc05 (plain)
1
2
3
4
5
6
7
package moe.nea.firmament.util.mc

import net.minecraft.util.Identifier

interface IntrospectableItemModelManager {
	fun hasModel_firmament(identifier: Identifier): Boolean
}