public class EntityAIControlledByPlayer extends EntityAIBase
Constructor and Description |
---|
EntityAIControlledByPlayer(EntityLiving p_i1620_1_,
float p_i1620_2_) |
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 p_i1620_1_, float p_i1620_2_)
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()