2
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
419 B
Java

package net.minecraft.entity.ai;
import net.minecraft.entity.EntityLiving;
public class EntityAIWatchClosest2 extends EntityAIWatchClosest
{
private static final String __OBFID = "CL_00001590";
public EntityAIWatchClosest2(EntityLiving p_i1629_1_, Class p_i1629_2_, float p_i1629_3_, float p_i1629_4_)
{
super(p_i1629_1_, p_i1629_2_, p_i1629_3_, p_i1629_4_);
this.setMutexBits(3);
}
}