Package-level declarations

Types

Link copied to clipboard
class CustomGUI(val title: Component, val size: Int, val type: InventoryType, val context: CustomGUI.() -> Unit)

Functions

Link copied to clipboard
inline fun customGUI(title: Component = Component.text("Custom GUI"), size: Int = 27, type: InventoryType = InventoryType.CHEST, noinline context: CustomGUI.() -> Unit): CustomGUI

Credits to https://github.com/flytegg/twilight/blob/master/src/main/kotlin/gg/flyte/twilight/gui/GUI.kt