wyvern.lib.ai.behaviors
Class MeleeAttackBE

java.lang.Object
  extended bywyvern.lib.ai.behaviors.BehaviorElement
      extended bywyvern.lib.ai.behaviors.MeleeAttackBE

public class MeleeAttackBE
extends BehaviorElement


Method Summary
 boolean getAction(Commandable monster, Behavior behavior)
           
static BehaviorElement getImpl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getImpl

public static BehaviorElement getImpl()

getAction

public boolean getAction(Commandable monster,
                         Behavior behavior)
Overrides:
getAction in class BehaviorElement