All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.peanuuutz.fork.ui.scene.component.NativeWidget.kt Maven / Gradle / Ivy

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