net.minecraft.entity.ai
Class EntityAISwimming
java.lang.Object
net.minecraft.entity.ai.EntityAIBase
net.minecraft.entity.ai.EntityAISwimming
public class EntityAISwimming
- extends EntityAIBase
Method Summary |
boolean |
shouldExecute()
Returns whether the EntityAIBase should begin execution. |
void |
updateTask()
Updates the task |
EntityAISwimming
public EntityAISwimming(EntityLiving par1EntityLiving)
shouldExecute
public boolean shouldExecute()
- Returns whether the EntityAIBase should begin execution.
- Specified by:
shouldExecute
in class EntityAIBase
updateTask
public void updateTask()
- Updates the task
- Overrides:
updateTask
in class EntityAIBase