L2JPREMIUM  5M
com.premium.game.ai.NextAction Class Reference

Classes

interface  NextActionCallback
 

Public Member Functions

 NextAction (CtrlEvent event, CtrlIntention intention, NextActionCallback callback)
 
 NextAction (List< CtrlEvent > events, List< CtrlIntention > intentions, NextActionCallback callback)
 
void addEvent (CtrlEvent event)
 
void addIntention (CtrlIntention intention)
 
void doAction ()
 
NextActionCallback getCallback ()
 
List< CtrlEventgetEvents ()
 
List< CtrlIntentiongetIntentions ()
 
void removeEvent (CtrlEvent event)
 
void removeIntention (CtrlIntention intention)
 
void setCallback (NextActionCallback callback)
 
void setEvents (List< CtrlEvent > event)
 
void setIntentions (List< CtrlIntention > intentions)
 

The documentation for this class was generated from the following file: