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, updateTask
EntityLiving leaper
EntityLivingBase leapTarget
float leapMotionY
public EntityAILeapAtTarget(EntityLiving leapingEntity, float leapMotionYIn)
public boolean shouldExecute()
shouldExecute
in class EntityAIBase
public boolean shouldContinueExecuting()
shouldContinueExecuting
in class EntityAIBase
public void startExecuting()
startExecuting
in class EntityAIBase