public class EntityAIControlledByPlayer extends EntityAIBase
Constructor and Description |
---|
EntityAIControlledByPlayer(EntityLiving par1EntityLiving,
float par2) |
Modifier and Type | Method and Description |
---|---|
void |
boostSpeed() |
boolean |
isControlledByPlayer() |
boolean |
isSpeedBoosted() |
void |
resetTask() |
boolean |
shouldExecute() |
void |
startExecuting() |
void |
updateTask() |
continueExecuting, getMutexBits, isInterruptible, setMutexBits
public EntityAIControlledByPlayer(EntityLiving par1EntityLiving, float par2)
public void startExecuting()
startExecuting
in class EntityAIBase
public void resetTask()
resetTask
in class EntityAIBase
public boolean shouldExecute()
shouldExecute
in class EntityAIBase
public void updateTask()
updateTask
in class EntityAIBase
public boolean isSpeedBoosted()
public void boostSpeed()
public boolean isControlledByPlayer()