|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.starhope.appius.game.ExtensionAide
@Deprecated public class ExtensionAide
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 |
---|
public ExtensionAide()
Method Detail |
---|
@Deprecated public static User createNPC(String userName, String name, int port, AbstractZone zone)
userName
- WRITEMEname
- WRITEMEport
- WRITEMEzone
- WRITEME
@Deprecated public void destroyRoom(AbstractZone zone, int id)
zone
- WRITEMEid
- WRITEME@Deprecated public void dispatchPrivateMessage(String message, User from, User to)
message
- WRITEMEfrom
- WRITEMEto
- WRITEME@Deprecated public void dispatchPublicMessage(String speech, Room room, User u)
speech
- WRITEMEroom
- WRITEMEu
- WRITEME@Deprecated public Zone getZone(String name)
name
- WRITEME
public void kickUser(User userByName, int i, String text)
userByName
- WRITEMEi
- WRITEMEtext
- WRITEMEpublic void sendGenericMessage(String reply, LinkedList<AppiusClaudiusCaecus> channelList) throws UserDeadException
reply
- WRITEMEchannelList
- WRITEME
UserDeadException
- if the user is no morepublic void sendRoomList(AppiusClaudiusCaecus serverThread) throws UserDeadException
serverThread
- The Appius Game server thread from which to
send the room list.
UserDeadException
- if the user is gone
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |