mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-17 11:51:33 +00:00
6 lines
149 B
Kotlin
6 lines
149 B
Kotlin
package gay.pizza.foundation.gjallarhorn.render
|
|
|
|
import java.awt.image.BufferedImage
|
|
|
|
interface BlockImageRenderer : BlockMapRenderer<BufferedImage>
|