public final class EventUtils
extends Object
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
getUser
@Nullable
@Contract("_, null -> null; _, !null -> !null")
public static @Nullable User getUser(@NotNull
@NotNull Event event,
@Nullable
@Nullable User defaultUser)