static class EntitySlime.AISlimeFaceRandom extends EntityAIBase
Modifier and Type | Field and Description |
---|---|
private float |
chosenDegrees |
private int |
nextRandomizeTime |
private EntitySlime |
slime |
Constructor and Description |
---|
AISlimeFaceRandom(EntitySlime slimeIn) |
Modifier and Type | Method and Description |
---|---|
boolean |
shouldExecute() |
void |
updateTask() |
getMutexBits, isInterruptible, resetTask, setMutexBits, shouldContinueExecuting, startExecuting
private final EntitySlime slime
private float chosenDegrees
private int nextRandomizeTime
public AISlimeFaceRandom(EntitySlime slimeIn)
public boolean shouldExecute()
shouldExecute
in class EntityAIBase
public void updateTask()
updateTask
in class EntityAIBase