Package net.minecraft.src
Class EntityAILeapAtTarget
- java.lang.Object
-
- net.minecraft.src.EntityAIBase
-
- net.minecraft.src.EntityAILeapAtTarget
-
public class EntityAILeapAtTarget extends EntityAIBase
-
-
Constructor Summary
Constructors Constructor Description EntityAILeapAtTarget(LivingEntity var1, float var2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
continueExecuting()
boolean
shouldExecute()
void
startExecuting()
-
Methods inherited from class net.minecraft.src.EntityAIBase
getMutexBits, isContinuous, resetTask, setMutexBits, updateTask
-
-
-
-
Constructor Detail
-
EntityAILeapAtTarget
public EntityAILeapAtTarget(LivingEntity var1, float var2)
-
-
Method Detail
-
shouldExecute
public boolean shouldExecute()
- Specified by:
shouldExecute
in classEntityAIBase
-
continueExecuting
public boolean continueExecuting()
- Overrides:
continueExecuting
in classEntityAIBase
-
startExecuting
public void startExecuting()
- Overrides:
startExecuting
in classEntityAIBase
-
-