Request

class Request<T>(var expiresIn: Int, val priority: Int, val provider: EventListener, val value: T)

A requested state of the system.

Note: A request is deleted when its corresponding module is disabled.

Parameters

expiresIn

in how many ticks units should this request expire?

priority

higher = higher priority

provider

module which requested value

Constructors

Link copied to clipboard
constructor(expiresIn: Int, priority: Int, provider: EventListener, value: T)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val value: T