Uses of Class
org.bukkit.event.player.AsyncPlayerPreLoginEvent.Result
-
Packages that use AsyncPlayerPreLoginEvent.Result Package Description org.bukkit.event.player -
-
Uses of AsyncPlayerPreLoginEvent.Result in org.bukkit.event.player
Methods in org.bukkit.event.player that return AsyncPlayerPreLoginEvent.Result Modifier and Type Method Description @NotNull AsyncPlayerPreLoginEvent.ResultAsyncPlayerPreLoginEvent. getLoginResult()Gets the current result of the login, as an enumstatic AsyncPlayerPreLoginEvent.ResultAsyncPlayerPreLoginEvent.Result. valueOf(String name)Returns the enum constant of this type with the specified name.static AsyncPlayerPreLoginEvent.Result[]AsyncPlayerPreLoginEvent.Result. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bukkit.event.player with parameters of type AsyncPlayerPreLoginEvent.Result Modifier and Type Method Description voidAsyncPlayerPreLoginEvent. disallow(@NotNull AsyncPlayerPreLoginEvent.Result result, @NotNull String message)Disallows the player from logging in, with the given reasonvoidAsyncPlayerPreLoginEvent. setLoginResult(@NotNull AsyncPlayerPreLoginEvent.Result result)Sets the new result of the login, as an enum
-