static class EntityEnderman.AITakeBlock extends EntityAIBase
| Modifier and Type | Field and Description |
|---|---|
private EntityEnderman |
enderman |
| Constructor and Description |
|---|
AITakeBlock(EntityEnderman p_i45841_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 EntityEnderman enderman
public AITakeBlock(EntityEnderman p_i45841_1_)
public boolean shouldExecute()
EntityAIBaseshouldExecute in class EntityAIBasepublic void updateTask()
EntityAIBaseupdateTask in class EntityAIBase