Package com.nexomc.nexo.utils
Object EventUtils
-
- All Implemented Interfaces:
public class EventUtils
-
-
Field Summary
Fields Modifier and Type Field Description public final static EventUtilsINSTANCE
-
Method Summary
-
-
Method Detail
-
call
final Boolean call(Event $self)
Calls the event and tests if cancelled.
- Returns:
false if event was cancelled, if cancellable. otherwise true.
-
returnCancelled
final Unit returnCancelled(Cancellable $self)
-
-
-
-