Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.xmud.server
Class monsterManager  view monsterManager download monsterManager.java

java.lang.Object
  extended byjava.lang.Thread
      extended byorg.xmud.server.monsterManager
All Implemented Interfaces:
java.lang.Runnable

public class monsterManager
extends java.lang.Thread


Nested Class Summary
 
Nested classes inherited from class java.lang.Thread
java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
(package private)  org.xmud.library.chat.CChatCore chat
           
(package private)  int clientid
           
(package private)  org.xmud.graphicsengine.engine g_engine
           
(package private) static java.lang.String host
           
(package private)  org.xmud.library.monster.CMonsterCore mc
           
(package private)  org.xmud.graphicsengine.movementHandler mh
           
(package private)  java.util.Hashtable monsters
           
 int NUM_MONSTERS
           
(package private)  org.xmud.objectfinder.CObjectFinder_stub of
           
(package private)  org.xmud.objectmanager.CObjectManager_impl om
           
(package private)  java.util.Properties prop
           
(package private)  org.xmud.securitymanager.CSecurityManager_stub sm
           
(package private)  java.lang.String token
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
monsterManager()
           
 
Method Summary
 int constructMonster(Vector3d spos, int type)
           
 void createEngine()
           
 void getObjects()
           
 void init(java.lang.String[] args)
           
static void main(java.lang.String[] args)
           
static void printpos(double[] pos)
           
 void removeClient()
           
 void run()
          The method of Thread that will be run if there is no Runnable object associated with the Thread.
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

om

org.xmud.objectmanager.CObjectManager_impl om

of

org.xmud.objectfinder.CObjectFinder_stub of

sm

org.xmud.securitymanager.CSecurityManager_stub sm

clientid

int clientid

token

java.lang.String token

chat

org.xmud.library.chat.CChatCore chat

mc

org.xmud.library.monster.CMonsterCore mc

g_engine

org.xmud.graphicsengine.engine g_engine

mh

org.xmud.graphicsengine.movementHandler mh

monsters

java.util.Hashtable monsters

prop

java.util.Properties prop

NUM_MONSTERS

public int NUM_MONSTERS

host

static java.lang.String host
Constructor Detail

monsterManager

public monsterManager()
Method Detail

init

public void init(java.lang.String[] args)

constructMonster

public int constructMonster(Vector3d spos,
                            int type)

getObjects

public void getObjects()

createEngine

public void createEngine()

printpos

public static void printpos(double[] pos)

removeClient

public void removeClient()

run

public void run()
Description copied from class: java.lang.Thread
The method of Thread that will be run if there is no Runnable object associated with the Thread. Thread's implementation does nothing at all.


main

public static void main(java.lang.String[] args)