wyvern.kernel.player
Interface PlayerManager.OfflineProperties

Enclosing interface:
PlayerManager

public static interface PlayerManager.OfflineProperties

Constants for return values from setOfflineProperties


Field Summary
static int PLAYER_LOAD_ERROR
           
static int PLAYER_NOT_FOUND
           
static int PLAYER_ONLINE
           
static int SUCCESS
           
 

Field Detail

SUCCESS

public static final int SUCCESS
See Also:
Constant Field Values

PLAYER_ONLINE

public static final int PLAYER_ONLINE
See Also:
Constant Field Values

PLAYER_NOT_FOUND

public static final int PLAYER_NOT_FOUND
See Also:
Constant Field Values

PLAYER_LOAD_ERROR

public static final int PLAYER_LOAD_ERROR
See Also:
Constant Field Values