Uses of Class
me.internalizable.numdrassl.api.event.connection.AsyncLoginEvent.AsyncLoginResult
Packages that use AsyncLoginEvent.AsyncLoginResult
-
Uses of AsyncLoginEvent.AsyncLoginResult in me.internalizable.numdrassl.api.event.connection
Classes in me.internalizable.numdrassl.api.event.connection that implement interfaces with type arguments of type AsyncLoginEvent.AsyncLoginResultModifier and TypeClassDescriptionclassEvent fired during the authentication phase, specifically designed for asynchronous operations.Methods in me.internalizable.numdrassl.api.event.connection that return AsyncLoginEvent.AsyncLoginResultModifier and TypeMethodDescriptionAsyncLoginEvent.AsyncLoginResult.allowed()Indicates that the player is allowed to proceed to the next login stage.Denies the login attempt and disconnects the player with the specified reason.AsyncLoginEvent.getResult()Methods in me.internalizable.numdrassl.api.event.connection with parameters of type AsyncLoginEvent.AsyncLoginResultModifier and TypeMethodDescriptionvoidAsyncLoginEvent.setResult(AsyncLoginEvent.AsyncLoginResult result)