Package-level declarations

Types

Link copied to clipboard
fun interface CancellableEvent<T : Cancellable>
Link copied to clipboard
interface OriginService
Link copied to clipboard
@ApiStatus.Internal
abstract class Terix : MinixPlugin

Functions

Link copied to clipboard
fun sentryBreadcrumb(category: String, message: String? = null, type: String = "trace", level: SentryLevel = SentryLevel.DEBUG): CoroutineTask
Link copied to clipboard
fun sentryScoped(player: Player, category: String, message: String? = null, type: String = "trace", level: SentryLevel = SentryLevel.DEBUG, context: CoroutineContext = Dispatchers.Unconfined, block: suspend () -> Unit)
Link copied to clipboard
fun Player.sentryUser(): User