wyvern.lib.ai.behaviors
Class SimpleBehavior

java.lang.Object
  extended bywyvern.lib.ai.behaviors.Behavior
      extended bywyvern.lib.ai.behaviors.SimpleBehavior
All Implemented Interfaces:
Singleton

public class SimpleBehavior
extends Behavior
implements Singleton


Method Summary
static Behavior getImpl()
           
static Behavior getInstance()
           
 void init()
           
 
Methods inherited from class wyvern.lib.ai.behaviors.Behavior
add, getDistance, getNearbyTargets, setNearestReachable, setNearestVisible, targetAdjacentMonster, think
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getImpl

public static Behavior getImpl()

getInstance

public static Behavior getInstance()

init

public void init()
Overrides:
init in class Behavior