|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.minecraft.entity.ai.EntityAIBase
net.minecraft.entity.ai.EntityAITarget
net.minecraft.entity.ai.EntityAINearestAttackableTarget
net.minecraft.entity.ai.EntityAITargetNonTamed
public class EntityAITargetNonTamed
Constructor Summary | |
---|---|
EntityAITargetNonTamed(EntityTameable par1EntityTameable,
Class par2Class,
float par3,
int par4,
boolean par5)
|
Method Summary | |
---|---|
boolean |
shouldExecute()
Returns whether the EntityAIBase should begin execution. |
Methods inherited from class net.minecraft.entity.ai.EntityAINearestAttackableTarget |
---|
startExecuting |
Methods inherited from class net.minecraft.entity.ai.EntityAITarget |
---|
continueExecuting, resetTask |
Methods inherited from class net.minecraft.entity.ai.EntityAIBase |
---|
getMutexBits, isContinuous, setMutexBits, updateTask |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EntityAITargetNonTamed(EntityTameable par1EntityTameable, Class par2Class, float par3, int par4, boolean par5)
Method Detail |
---|
public boolean shouldExecute()
shouldExecute
in class EntityAINearestAttackableTarget
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |