Package org.quiltmc.qkl.wrapper.qsl

Types

Link copied to clipboard
object EventRegistration

A "containing" object to make event registration callbacks less polluting to the global namespace.

Functions

Link copied to clipboard
fun registerEvents(action: EventRegistration.() -> Unit)

When registering events through QKL, this function gives a context allowing you to not have to repeatedly type EventRegistration.onEventName when registering many events.