Examples of bZ()


Examples of net.minecraft.server.v1_7_R1.EntityVillager.bZ()

      Iterator it = villagers.iterator();

      while(it.hasNext())
      {
        EntityVillager villager = (EntityVillager)it.next();
        if(villager != this.m_villager && !villager.bZ() && villager.getAge() < 0)
        {
          double dist = villager.e(this.m_villager);

          if(dist <= minDist)
          {
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.