static class EntityGhast.AILookAround extends EntityAIBase
| Modifier and Type | Field and Description |
|---|---|
private EntityGhast |
parentEntity |
| Constructor and Description |
|---|
AILookAround(EntityGhast p_i45839_1_) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldExecute()
Returns whether the EntityAIBase should begin execution.
|
void |
updateTask()
Updates the task
|
continueExecuting, getMutexBits, isInterruptible, resetTask, setMutexBits, startExecutingprivate EntityGhast parentEntity
public AILookAround(EntityGhast p_i45839_1_)
public boolean shouldExecute()
EntityAIBaseshouldExecute in class EntityAIBasepublic void updateTask()
EntityAIBaseupdateTask in class EntityAIBase