枚举的使用
org.bukkit.event.player.AsyncPlayerPreLoginEvent.Result
-
org.bukkit.event.player中AsyncPlayerPreLoginEvent.Result的使用
修饰符和类型方法说明AsyncPlayerPreLoginEvent.getLoginResult()
获取登录的状态.返回带有指定名称的该类型的枚举常量。static AsyncPlayerPreLoginEvent.Result[]
AsyncPlayerPreLoginEvent.Result.values()
按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。修饰符和类型方法说明void
AsyncPlayerPreLoginEvent.disallow
(AsyncPlayerPreLoginEvent.Result result, String message) 以给定的理由不允许玩家登录.void
AsyncPlayerPreLoginEvent.setLoginResult
(AsyncPlayerPreLoginEvent.Result result) 设置登录的状态.