Package net.minecraft.item

Examples of net.minecraft.item.ItemTool


        block.setHardness(blockHardness);
      }
    }
    for (Item item : net.minecraft.item.Item.itemsList) {
      if (item instanceof ItemTool) {
        ItemTool itemTool = (ItemTool) item;
        itemTool.efficiencyOnProperMaterial *= multiplyHardness;
      }
    }
  }
View Full Code Here

TOP

Related Classes of net.minecraft.item.ItemTool

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.