![JAR search and dependency download from the Maven repository](/logo.png)
net.peanuuutz.fork.ui.scene.component.NativeWidget.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.scene.component
import net.minecraft.client.gui.widget.Widget
interface NativeWidget : Widget {
fun saveData(): Any? {
return null
}
fun restoreData(data: Any?) {}
fun dispose() {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy