Uses of Class
org.starhope.appius.game.AppiusClaudiusCaecus

Packages that use AppiusClaudiusCaecus
org.starhope.appius.game   
org.starhope.appius.game.npc   
org.starhope.appius.user   
org.starhope.appius.via   
 

Uses of AppiusClaudiusCaecus in org.starhope.appius.game
 

Fields in org.starhope.appius.game with type parameters of type AppiusClaudiusCaecus
private static ConcurrentHashMap<String,AppiusClaudiusCaecus> AppiusClaudiusCaecus.serverThreads
          All live server threads
 

Methods in org.starhope.appius.game with parameters of type AppiusClaudiusCaecus
 int AppiusClaudiusCaecus.compareTo(AppiusClaudiusCaecus other)
          Compare two AppiusClaudiusCaecus server threads
 boolean AppiusClaudiusCaecus.equals(AppiusClaudiusCaecus other)
          This is an overriding method.
private  String Zone.getApple(AppiusClaudiusCaecus serverThread, String pass)
          Deprecated. 
 User SmartFaux.getUserByChannel(AppiusClaudiusCaecus next)
          Deprecated. 
 boolean Zone.handleLogin(String zoneName, String bigNick, String password, AppiusClaudiusCaecus serverThread)
          Deprecated. 
static void AppiusClaudiusCaecus.reportClientBug(String string, AppiusClaudiusCaecus thread)
          Report a bug from the client application.
protected  void Zone.sendBadPassword(String nick, AppiusClaudiusCaecus channel, User user, String zoneName, String password)
          Send the user a notification that their password was incorrect
 void Zone.sendError_RAW(String xtnName, String message, AppiusClaudiusCaecus channel)
          Deprecated. Use sendError_RAW(String,String) instead
protected  void Zone.sendLoginPacket(String zoneName, String nick, String password, AppiusClaudiusCaecus serverThread, User user, LinkedList<AppiusClaudiusCaecus> recipients)
          Deprecated. 
protected  void Zone.sendLogKO(AppiusClaudiusCaecus recipient)
          Deprecated. Use sendLogKO() instead
protected  void Zone.sendLogKO(AppiusClaudiusCaecus recipient, String messageText)
          Deprecated. Use sendLogKO(String) instead
(package private)  void Zone.sendResponse(org.json.JSONObject result, Integer room, AbstractUser u, AppiusClaudiusCaecus recipient)
          Deprecated. use sendResponse(JSONObject, Integer, AbstractUser) directly
private  void GameEvent.sendScoreUpdate(AppiusClaudiusCaecus playerThread, int score, AbstractUser player)
          Send an update on the score of the game to a player
 void Zone.sendSuccessReply(String source, org.json.JSONObject resultIn, AbstractUser u, int room, AppiusClaudiusCaecus recipient)
          Deprecated. Use sendSuccessReply(String,JSONObject,AbstractUser,int) instead
private static void AppiusClaudiusCaecus.startTicking(AppiusClaudiusCaecus thread)
          Register an object (usually a server thread) who wishes to begin accepting metronome ticks.
 

Method parameters in org.starhope.appius.game with type arguments of type AppiusClaudiusCaecus
protected  void Zone.sendLoginPacket(String zoneName, String nick, String password, AppiusClaudiusCaecus serverThread, User user, LinkedList<AppiusClaudiusCaecus> recipients)
          Deprecated. 
protected  void Zone.sendNoSuchUser(LinkedList<AppiusClaudiusCaecus> recipients, String nick, String zoneName, String password)
          Tell the user to bugger off, because they don't exist
(package private)  void Zone.sendResponse(org.json.JSONObject result, Integer room, AbstractUser u, Collection<AppiusClaudiusCaecus> recipients)
          Deprecated. use sendResponse(JSONObject, Integer, AbstractUser) directly
 void Zone.sendSuccessReply(String source, org.json.JSONObject resultIn, AbstractUser u, int room, LinkedList<AppiusClaudiusCaecus> recipients)
          Deprecated. This was just being abused to be compatible with SFS, you almost certainly just wanted Zone.sendSuccessReply(String, JSONObject, AbstractUser,int)
 

Uses of AppiusClaudiusCaecus in org.starhope.appius.game.npc
 

Methods in org.starhope.appius.game.npc that return AppiusClaudiusCaecus
 AppiusClaudiusCaecus AbstractScriptedNPC.getServerThread()
          This is an overriding method.
 

Uses of AppiusClaudiusCaecus in org.starhope.appius.user
 

Fields in org.starhope.appius.user declared as AppiusClaudiusCaecus
private  AppiusClaudiusCaecus User.serverThread
          The server thread through which this user is connected.
 

Methods in org.starhope.appius.user that return AppiusClaudiusCaecus
 AppiusClaudiusCaecus User.getServerThread()
          Get the Appius Claudius Caecus server thread (if any) associated with this User (if they are logged-in).
 AppiusClaudiusCaecus AbstractUser.getServerThread()
           
 

Methods in org.starhope.appius.user with parameters of type AppiusClaudiusCaecus
 void User.loggedIn(String zoneName, AppiusClaudiusCaecus newServerThread)
           
 void User.setServerThread(AppiusClaudiusCaecus newThread)
          Set the server thread controlling this user.
 

Uses of AppiusClaudiusCaecus in org.starhope.appius.via
 

Methods in org.starhope.appius.via that return AppiusClaudiusCaecus
 AppiusClaudiusCaecus RemoteUser.getServerThread()
          Always returns null.