Package net.minecraft.src
Class EntityAIRestrictSun
- java.lang.Object
-
- net.minecraft.src.EntityAIBase
-
- net.minecraft.src.EntityAIRestrictSun
-
public class EntityAIRestrictSun extends EntityAIBase
-
-
Constructor Summary
Constructors Constructor Description EntityAIRestrictSun(Mob var1)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
resetTask()
boolean
shouldExecute()
void
startExecuting()
-
Methods inherited from class net.minecraft.src.EntityAIBase
continueExecuting, getMutexBits, isContinuous, setMutexBits, updateTask
-
-
-
-
Constructor Detail
-
EntityAIRestrictSun
public EntityAIRestrictSun(Mob var1)
-
-
Method Detail
-
shouldExecute
public boolean shouldExecute()
- Specified by:
shouldExecute
in classEntityAIBase
-
startExecuting
public void startExecuting()
- Overrides:
startExecuting
in classEntityAIBase
-
resetTask
public void resetTask()
- Overrides:
resetTask
in classEntityAIBase
-
-