Package thaumcraft.common.entities.golems

Examples of thaumcraft.common.entities.golems.EntityGolemBase


            zCoord - 30, xCoord + 30, yCoord + 30, zCoord + 30)
    );
    Iterator iterator = list.iterator();

    while (iterator.hasNext()) {
      EntityGolemBase entityGolem = (EntityGolemBase) iterator.next();

      if (entityGolem.getUniqueID().equals(golemConnected)) {
        this.golem = entityGolem;
        break;
      }
    }
  }
View Full Code Here

TOP

Related Classes of thaumcraft.common.entities.golems.EntityGolemBase

Copyright © 2018 www.massapicom. 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.