mud.server
Class MonsterController

java.lang.Object
  extended by mud.server.MonsterController

public class MonsterController
extends java.lang.Object

Manages the AI for the monsters


Constructor Summary
MonsterController()
           
 
Method Summary
 void start(ServerImpl server, GameLogic gameLogic, java.util.Collection<Room> rooms)
           
 void stop()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MonsterController

public MonsterController()
Method Detail

start

public void start(ServerImpl server,
                  GameLogic gameLogic,
                  java.util.Collection<Room> rooms)

stop

public void stop()