Package colonies.vector67.src

Examples of colonies.vector67.src.EntityAIMine


   
    desiredInventory.addItemStackToInventory(new ItemStack(Item.pickaxeSteel,1));
    desiredInventory.addItemStackToInventory(new ItemStack(Item.pickaxeStone,2));
    desiredInventory.addItemStackToInventory(new ItemStack(Block.torchWood,10));
    // System.out.println("here miner");
    this.targetTasks.addTask(1, new EntityAIMine(this));
   
    this.texture = ColoniesMain.skinMiner;
     
      // add this type of employment to the jobTypes if necessary
      boolean alreadyInList = false;
View Full Code Here

TOP

Related Classes of colonies.vector67.src.EntityAIMine

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.