Package net.minestom.server.event
Class EventDispatcher
java.lang.Object
net.minestom.server.event.EventDispatcher
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
static void
callCancellable
(@NotNull CancellableEvent event, @NotNull Runnable successCallback) static <E extends Event>
ListenerHandle<E>
-
Constructor Details
-
EventDispatcher
public EventDispatcher()
-
-
Method Details
-
call
-
getHandle
-
callCancellable
public static void callCancellable(@NotNull @NotNull CancellableEvent event, @NotNull @NotNull Runnable successCallback)
-