eapms
Class muserver
java.lang.Object
|
+--eapms.muserver
- public class muserver
- extends java.lang.Object
The starting point for the server, this class basically loads all the
important other stuff and sets it all running.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
muserver
public muserver()
getComList
public java.util.Vector getComList()
getNpcCon
public eapms.NPCControl getNpcCon()
getWorldCon
public eapms.WorldControl getWorldCon()
getWorld
public eapms.WorldObject getWorld()
getActionCon
public eapms.ActionControl getActionCon()
main
public static void main(java.lang.String[] args)
start
public void start()
turnOff
public void turnOff()
save
public void save()
removePlayerCom
public void removePlayerCom(eapms.PlayerCom this_com)