Package-level declarations
Properties
Functions
Link copied to clipboard
fun <T : Event> createBukkitTrigger(clazz: Class<T>, valueMapper: (T) -> UUID? = { if (it is PlayerEvent) it.player.uniqueId else null }, keyMapper: (T) -> Any = { UUID.randomUUID() }): HudBukkitEventTrigger<T>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard