public class EventUtils
public final static EventUtils
INSTANCE
final Boolean
call(Event $self)
final <T extends Event> Unit
call(T $self, Function1<T, Unit> block)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final Boolean call(Event $self)
Calls the event and tests if cancelled.
false if event was cancelled, if cancellable. otherwise true.
final <T extends Event> Unit call(T $self, Function1<T, Unit> block)