Class EventRegistry

java.lang.Object
dev.adlin.vts4j.event.EventRegistry

public class EventRegistry extends Object
  • 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)