public class Empty extends BehaviorGoalAdapter
Behavior
.Modifier and Type | Method and Description |
---|---|
void |
reset()
Resets the goal and any resources or state it is holding.
|
BehaviorStatus |
run()
Ticks the behavior, optionally changing the state that it is in.
|
boolean |
shouldExecute() |
create, run, shouldExecute
public static Empty INSTANCE
public void reset()
Goal
public BehaviorStatus run()
Behavior
public boolean shouldExecute()
Copyright © 2021. All rights reserved.