net.minecraft.entity.ai
Class EntityAIWatchClosest2

java.lang.Object
  extended by net.minecraft.entity.ai.EntityAIBase
      extended by net.minecraft.entity.ai.EntityAIWatchClosest
          extended by net.minecraft.entity.ai.EntityAIWatchClosest2

public class EntityAIWatchClosest2
extends EntityAIWatchClosest


Constructor Summary
EntityAIWatchClosest2(EntityLiving par1EntityLiving, Class par2Class, float par3, float par4)
           
 
Method Summary
 
Methods inherited from class net.minecraft.entity.ai.EntityAIWatchClosest
continueExecuting, resetTask, shouldExecute, startExecuting, updateTask
 
Methods inherited from class net.minecraft.entity.ai.EntityAIBase
getMutexBits, isContinuous, setMutexBits
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityAIWatchClosest2

public EntityAIWatchClosest2(EntityLiving par1EntityLiving,
                             Class par2Class,
                             float par3,
                             float par4)