public class EventRegistry
extends Object
-
Method Summary
static boolean
static boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
getEventClass
@Nullable
public static @Nullable Class<? extends Event> getEventClass(@NotNull
@NotNull String eventName)
-
exists
public static boolean exists(@NotNull
@NotNull Class<? extends Event> eventClass)
-
exists
public static boolean exists(@NotNull
@NotNull String eventName)
-
getName
@Nullable
public static @Nullable String getName(@NotNull
@NotNull Class<? extends Event> eventClass)