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.


Constructor Summary
muserver()
           
 
Method Summary
 eapms.ActionControl getActionCon()
           
 java.util.Vector getComList()
           
 eapms.NPCControl getNpcCon()
           
 eapms.WorldObject getWorld()
           
 eapms.WorldControl getWorldCon()
           
static void main(java.lang.String[] args)
           
 void removePlayerCom(eapms.PlayerCom this_com)
           
 void save()
           
 void start()
           
 void turnOff()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

muserver

public muserver()
Method Detail

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)