static class EntityEnderman.AIPlaceBlock extends EntityAIBase
| Modifier and Type | Field and Description |
|---|---|
private EntityEnderman |
enderman |
| Constructor and Description |
|---|
AIPlaceBlock(EntityEnderman p_i45843_1_) |
| Modifier and Type | Method and Description |
|---|---|
private boolean |
func_179474_a(World worldIn,
BlockPos p_179474_2_,
Block p_179474_3_,
Block p_179474_4_,
Block p_179474_5_) |
boolean |
shouldExecute()
Returns whether the EntityAIBase should begin execution.
|
void |
updateTask()
Updates the task
|
continueExecuting, getMutexBits, isInterruptible, resetTask, setMutexBits, startExecutingprivate EntityEnderman enderman
public AIPlaceBlock(EntityEnderman p_i45843_1_)
public boolean shouldExecute()
EntityAIBaseshouldExecute in class EntityAIBasepublic void updateTask()
EntityAIBaseupdateTask in class EntityAIBase