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

com.primogemstudio.advancedfmk.kui.elements.UIElement.kt Maven / Gradle / Ivy

The newest version!
package com.primogemstudio.advancedfmk.kui.elements

import com.primogemstudio.advancedfmk.kui.GlobalData

interface UIElement {
    fun render(data: GlobalData)
    fun subElement(id: String): UIElement?
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy