public class LeapAtTargetGoal extends Goal
| コンストラクタと説明 |
|---|
LeapAtTargetGoal(MobEntity leapingEntity,
float leapMotionYIn) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
shouldContinueExecuting()
Returns whether an in-progress EntityAIBase should continue executing
|
boolean |
shouldExecute()
Returns whether execution should begin.
|
void |
startExecuting()
Execute a one shot task or start executing a continuous task
|
getMutexFlags, isPreemptible, resetTask, setMutexFlags, tick, toStringpublic LeapAtTargetGoal(MobEntity leapingEntity, float leapMotionYIn)
public boolean shouldExecute()
shouldExecute クラス内 Goalpublic boolean shouldContinueExecuting()
shouldContinueExecuting クラス内 Goalpublic void startExecuting()
startExecuting クラス内 Goal