Package net.minecraft.item

Examples of net.minecraft.item.ItemPickaxe


    if (ai instanceof AIRobotFetchAndEquipItemStack) {
      ItemStack stack = robot.getHeldItem();

      if (stack != null && stack.getItem() instanceof ItemPickaxe) {
        ItemPickaxe pickaxe = (ItemPickaxe) stack.getItem();

        harvestLevel = pickaxe.getHarvestLevel(stack, "pickaxe");
      }
    }
  }
View Full Code Here

TOP

Related Classes of net.minecraft.item.ItemPickaxe

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.