From 0427ab89f1753a44b30cbc35ce021cbbdc845109 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:52:45 +0300 Subject: fix missing source folder --- javadoc/net/minecraft/item/ItemTool.html | 568 +++++++++++++++++++++++++++++++ 1 file changed, 568 insertions(+) create mode 100644 javadoc/net/minecraft/item/ItemTool.html (limited to 'javadoc/net/minecraft/item/ItemTool.html') diff --git a/javadoc/net/minecraft/item/ItemTool.html b/javadoc/net/minecraft/item/ItemTool.html new file mode 100644 index 0000000..130ec80 --- /dev/null +++ b/javadoc/net/minecraft/item/ItemTool.html @@ -0,0 +1,568 @@ + + + + + +ItemTool (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.item
+

Class ItemTool

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        efficiencyOnProperMaterial

        +
        protected float efficiencyOnProperMaterial
        +
      • +
      + + + + +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ItemTool

        +
        protected ItemTool(float p_i45333_1_,
        +        Item.ToolMaterial p_i45333_2_,
        +        java.util.Set p_i45333_3_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + + + + + + + + + +
        +
      • +

        isFull3D

        +
        public boolean isFull3D()
        +
        +
        Overrides:
        +
        isFull3D in class Item
        +
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        getToolMaterialName

        +
        public java.lang.String getToolMaterialName()
        +
      • +
      + + + + + + + +
        +
      • +

        getItemAttributeModifiers

        +
        public com.google.common.collect.Multimap getItemAttributeModifiers()
        +
        +
        Overrides:
        +
        getItemAttributeModifiers in class Item
        +
        +
      • +
      + + + +
        +
      • +

        getHarvestLevel

        +
        public int getHarvestLevel(ItemStack stack,
        +                  java.lang.String toolClass)
        +
        Description copied from class: Item
        +
        Queries the harvest level of this item stack for the specifred tool class, + Returns -1 if this tool is not of the specified type
        +
        +
        Overrides:
        +
        getHarvestLevel in class Item
        +
        Parameters:
        stack - This item stack instance
        toolClass - Tool Class
        +
        Returns:
        Harvest level, or -1 if not the specified tool type.
        +
      • +
      + + + +
        +
      • +

        getToolClasses

        +
        public java.util.Set<java.lang.String> getToolClasses(ItemStack stack)
        +
        +
        Overrides:
        +
        getToolClasses in class Item
        +
        +
      • +
      + + + +
        +
      • +

        getDigSpeed

        +
        public float getDigSpeed(ItemStack stack,
        +                Block block,
        +                int meta)
        +
        Description copied from class: Item
        +
        Metadata-sensitive version of getStrVsBlock
        +
        +
        Overrides:
        +
        getDigSpeed in class Item
        +
        Parameters:
        stack - The Item Stack
        block - The block the item is trying to break
        meta - The items current metadata
        +
        Returns:
        The damage strength
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3