Package-level declarations

Types

Link copied to clipboard

A skeletal implementation of DeniableEvent.

Link copied to clipboard

A skeletal implementation of EventWithResult.

Link copied to clipboard
interface DeniableEvent : Event

A type of event that can be allowed or denied from occurring.

Link copied to clipboard

A type of event that combines the behaviour of DeniableEvent and EventWithResult.

Link copied to clipboard
interface EntityEvent : Event

An event for an entity.

Link copied to clipboard
interface EventWithResult<T> : Event

A type of event that can optionally return a result to modify the behaviour of the event.

Link copied to clipboard
interface PlayerEvent : Event

An event that involves a player.