public class AIAbstract<N extends NPCAbstract<?,?>> extends Object
Constructor and Description |
---|
AIAbstract() |
Modifier and Type | Method and Description |
---|---|
N |
getNpc() |
boolean |
isFinished()
If this returns
true , this AI will be removed from the NPC |
void |
setNpc(N npc) |
void |
tick()
Called when the containing NPC is ticked
|
Copyright © 2018. All rights reserved.