org.starhope.appius.game
Class ExtensionAide

java.lang.Object
  extended by org.starhope.appius.game.ExtensionAide

Deprecated.

@Deprecated
public class ExtensionAide
extends Object

Author:
brpocock

Constructor Summary
ExtensionAide()
          Deprecated.  
 
Method Summary
static User createNPC(String userName, String name, int port, AbstractZone zone)
          Deprecated. 
 void destroyRoom(AbstractZone zone, int id)
          Deprecated. 
 void dispatchPrivateMessage(String message, User from, User to)
          Deprecated. 
 void dispatchPublicMessage(String speech, Room room, User u)
          Deprecated. 
 Zone getZone(String name)
          Deprecated. 
 void kickUser(User userByName, int i, String text)
          Deprecated.  
 void sendGenericMessage(String reply, LinkedList<AppiusClaudiusCaecus> channelList)
          Deprecated.  
 void sendRoomList(AppiusClaudiusCaecus serverThread)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtensionAide

public ExtensionAide()
Deprecated. 
Method Detail

createNPC

@Deprecated
public static User createNPC(String userName,
                                        String name,
                                        int port,
                                        AbstractZone zone)
Deprecated. 

TODO: document this method (brpocock, Oct 28, 2009)

Parameters:
userName - WRITEME
name - WRITEME
port - WRITEME
zone - WRITEME
Returns:
WRITEME

destroyRoom

@Deprecated
public void destroyRoom(AbstractZone zone,
                                   int id)
Deprecated. 

Parameters:
zone - WRITEME
id - WRITEME

dispatchPrivateMessage

@Deprecated
public void dispatchPrivateMessage(String message,
                                              User from,
                                              User to)
Deprecated. 

Parameters:
message - WRITEME
from - WRITEME
to - WRITEME

dispatchPublicMessage

@Deprecated
public void dispatchPublicMessage(String speech,
                                             Room room,
                                             User u)
Deprecated. 

Parameters:
speech - WRITEME
room - WRITEME
u - WRITEME

getZone

@Deprecated
public Zone getZone(String name)
Deprecated. 

Parameters:
name - WRITEME
Returns:
WRITEME

kickUser

public void kickUser(User userByName,
                     int i,
                     String text)
Deprecated. 
Parameters:
userByName - WRITEME
i - WRITEME
text - WRITEME

sendGenericMessage

public void sendGenericMessage(String reply,
                               LinkedList<AppiusClaudiusCaecus> channelList)
                        throws UserDeadException
Deprecated. 
Parameters:
reply - WRITEME
channelList - WRITEME
Throws:
UserDeadException - if the user is no more

sendRoomList

public void sendRoomList(AppiusClaudiusCaecus serverThread)
                  throws UserDeadException
Deprecated. 
Parameters:
serverThread - The Appius Game server thread from which to send the room list.
Throws:
UserDeadException - if the user is gone