|
|||||||||
Atavism Version 2018.1 | AGIS API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProxyLoginCallback
Methods called during player proxy login. Implementations are
registered with ProxyPlugin.setProxyLoginCallback()
.
The method call order is:
Method Summary | |
---|---|
boolean |
duplicateLogin(ProxyPlugin.PlayerLoginStatus existingLogin,
ClientConnection con)
Called when player already logged in. |
java.lang.String |
postLoad(Player player,
ClientConnection con)
Called after player object is loaded, before any communication back to the client. |
void |
postSpawn(Player player,
ClientConnection con)
Called after the initial player spawn. |
java.lang.String |
preLoad(Player player,
ClientConnection con)
Called before player object is loaded. |
Method Detail |
---|
boolean duplicateLogin(ProxyPlugin.PlayerLoginStatus existingLogin, ClientConnection con)
existingLogin
- Information about the existing login.con
- The new connection.
java.lang.String preLoad(Player player, ClientConnection con)
java.lang.String postLoad(Player player, ClientConnection con)
void postSpawn(Player player, ClientConnection con)
|
Copyright © 2018 Dragonsan Studios Sp. z o.o. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |