net.peanuuutz.fork.ui.inspection.Inspectable.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fork-ui Show documentation
Show all versions of fork-ui Show documentation
Comprehensive API designed for Minecraft modders
The newest version!
package net.peanuuutz.fork.ui.inspection
interface Inspectable {
val name: String
fun InspectInfo.inspect() {}
}