static class EntitySlime.AISlimeFaceRandom extends EntityAIBase
| Modifier and Type | Field and Description |
|---|---|
private float |
field_179459_b |
private int |
field_179460_c |
private EntitySlime |
slime |
| Constructor and Description |
|---|
AISlimeFaceRandom(EntitySlime p_i45820_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 EntitySlime slime
private float field_179459_b
private int field_179460_c
public AISlimeFaceRandom(EntitySlime p_i45820_1_)
public boolean shouldExecute()
EntityAIBaseshouldExecute in class EntityAIBasepublic void updateTask()
EntityAIBaseupdateTask in class EntityAIBase