Package me.remigio07.chatplugin.api.common.event
package me.remigio07.chatplugin.api.common.event
-
ClassDescriptionRepresents a cancellable event.Represents a ChatPlugin's event handled by the
EventManager
.Manager that handlesChatPluginEvent
s andEventSubscriber
s.EventSubscriber<E extends ChatPluginEvent>Represents an event subscriber handled by theEventManager
which contains an event's class and a consumer to execute when the event is fired.