Package com.craftmend.openaudiomc.api.events
package com.craftmend.openaudiomc.api.events
This package contains our internal event system, which is used to listen to events that are fired by the OpenAudioMc
Events provided by OA should be listened to through this system, not bukkit/spigot's event system because OA's events
are cross-platform and can be fired from the web interface as well.
-
ClassDescriptionBase event class, all events should extend this classRepresents an event that can be cancelledA cancellable client eventRepresents an event that can be cancelledBase event for all events carrying a clientThis is a type templated lambda for single event handlers.