public class LeapAtTargetGoal extends Goal
| Constructor and Description |
|---|
LeapAtTargetGoal(MobEntity leapingEntity,
float leapMotionYIn) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldContinueExecuting() |
boolean |
shouldExecute() |
void |
startExecuting() |
getMutexFlags, isPreemptible, resetTask, setMutexFlags, tickpublic LeapAtTargetGoal(MobEntity leapingEntity, float leapMotionYIn)
public boolean shouldExecute()
shouldExecute in class Goalpublic boolean shouldContinueExecuting()
shouldContinueExecuting in class Goalpublic void startExecuting()
startExecuting in class Goal