Files
foundation/tool-gjallarhorn/src/main/kotlin/gay/pizza/foundation/gjallarhorn/render/BlockImageRenderer.kt
2023-01-24 21:37:24 -08:00

6 lines
149 B
Kotlin

package gay.pizza.foundation.gjallarhorn.render
import java.awt.image.BufferedImage
interface BlockImageRenderer : BlockMapRenderer<BufferedImage>