Package net.minecraft.src
Class EntityAIWatchClosest2
- java.lang.Object
-
- net.minecraft.src.EntityAIBase
-
- net.minecraft.src.EntityAIWatchClosest
-
- net.minecraft.src.EntityAIWatchClosest2
-
public class EntityAIWatchClosest2 extends EntityAIWatchClosest
-
-
Constructor Summary
Constructors Constructor Description EntityAIWatchClosest2(LivingEntity var1, java.lang.Class var2, float var3)
EntityAIWatchClosest2(LivingEntity var1, java.lang.Class var2, float var3, float var4)
-
Method Summary
-
Methods inherited from class net.minecraft.src.EntityAIWatchClosest
continueExecuting, resetTask, shouldExecute, startExecuting, updateTask
-
Methods inherited from class net.minecraft.src.EntityAIBase
getMutexBits, isContinuous, setMutexBits
-
-
-
-
Constructor Detail
-
EntityAIWatchClosest2
public EntityAIWatchClosest2(LivingEntity var1, java.lang.Class var2, float var3)
-
EntityAIWatchClosest2
public EntityAIWatchClosest2(LivingEntity var1, java.lang.Class var2, float var3, float var4)
-
-