public class EntityAILeapAtTarget extends EntityAIBase
| Modifier and Type | Field and Description |
|---|---|
(package private) EntityLiving |
leaper |
(package private) float |
leapMotionY |
(package private) EntityLivingBase |
leapTarget |
| Constructor and Description |
|---|
EntityAILeapAtTarget(EntityLiving leapingEntity,
float leapMotionYIn) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldContinueExecuting() |
boolean |
shouldExecute() |
void |
startExecuting() |
getMutexBits, isInterruptible, resetTask, setMutexBits, updateTaskEntityLiving leaper
EntityLivingBase leapTarget
float leapMotionY
public EntityAILeapAtTarget(EntityLiving leapingEntity, float leapMotionYIn)
public boolean shouldExecute()
shouldExecute in class EntityAIBasepublic boolean shouldContinueExecuting()
shouldContinueExecuting in class EntityAIBasepublic void startExecuting()
startExecuting in class EntityAIBase