Package-level declarations
Types
Link copied to clipboard
A skeletal implementation of DeniableEvent.
Link copied to clipboard
abstract class AbstractDeniableEventWithResult<T> : AbstractDeniableEvent, DeniableEventWithResult<T>
A skeletal implementation of DeniableEventWithResult.
Link copied to clipboard
A skeletal implementation of EventWithResult.
Link copied to clipboard
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
An event for an entity.
Link copied to clipboard
A type of event that can optionally return a result to modify the behaviour of the event.
Link copied to clipboard
An event that involves a player.