mud.server
Class MonsterThread

java.lang.Object
  extended by mud.server.MonsterThread
All Implemented Interfaces:
java.lang.Runnable

public class MonsterThread
extends java.lang.Object
implements java.lang.Runnable

Controls all the monsters in a single room


Constructor Summary
MonsterThread(ServerImpl server, GameLogic gameLogic, Room room)
           
 
Method Summary
 boolean isRunning()
           
 void run()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MonsterThread

public MonsterThread(ServerImpl server,
                     GameLogic gameLogic,
                     Room room)
Method Detail

start

public void start()

stop

public void stop()

run

public void run()
Specified by:
run in interface java.lang.Runnable

isRunning

public boolean isRunning()