Package xyz.r2turntrue.ieact

Types

Link copied to clipboard
abstract class IeactComponent<P, S>(size: Int, title: Component, props: P?, player: Player)
Link copied to clipboard
data class IeactRendered(items: HashMap<Int, Triple<ItemStack, Boolean, () -> Unit>>)
Link copied to clipboard
class IeactRenderedBuilder
Link copied to clipboard
class MyPlugin : JavaPlugin, CommandExecutor

Functions

Link copied to clipboard
fun ieact(func: IeactRenderedBuilder.() -> Unit): IeactRendered

Properties

Link copied to clipboard
lateinit var testPlugin: MyPlugin