public class EntityAIRestrictSun extends EntityAIBase
Constructor and Description |
---|
EntityAIRestrictSun(EntityCreature p_i1652_1_) |
Modifier and Type | Method and Description |
---|---|
void |
resetTask()
Resets the task
|
boolean |
shouldExecute()
Returns whether the EntityAIBase should begin execution.
|
void |
startExecuting()
Execute a one shot task or start executing a continuous task
|
continueExecuting, getMutexBits, isInterruptible, setMutexBits, updateTask
public EntityAIRestrictSun(EntityCreature p_i1652_1_)
public boolean shouldExecute()
shouldExecute
in class EntityAIBase
public void startExecuting()
startExecuting
in class EntityAIBase
public void resetTask()
resetTask
in class EntityAIBase