From 877312184c472d9845e5ef1008bc538f4634059f Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:50:56 +0300 Subject: fix missing source folder --- javadoc/net/minecraft/item/ItemShears.html | 401 ----------------------------- 1 file changed, 401 deletions(-) delete mode 100644 javadoc/net/minecraft/item/ItemShears.html (limited to 'javadoc/net/minecraft/item/ItemShears.html') diff --git a/javadoc/net/minecraft/item/ItemShears.html b/javadoc/net/minecraft/item/ItemShears.html deleted file mode 100644 index 0b721ce..0000000 --- a/javadoc/net/minecraft/item/ItemShears.html +++ /dev/null @@ -1,401 +0,0 @@ - - - - - -ItemShears (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.item
-

Class ItemShears

-
-
- -
-
    -
  • -
    -
    -
    public class ItemShears
    -extends Item
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        ItemShears

        -
        public ItemShears()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - - - - - -
        -
      • -

        func_150897_b

        -
        public boolean func_150897_b(Block p_150897_1_)
        -
        -
        Overrides:
        -
        func_150897_b in class Item
        -
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        onBlockStartBreak

        -
        public boolean onBlockStartBreak(ItemStack itemstack,
        -                        int x,
        -                        int y,
        -                        int z,
        -                        EntityPlayer player)
        -
        Description copied from class: Item
        -
        Called before a block is broken. Return true to prevent default block harvesting. - - Note: In SMP, this is called on both client and server sides!
        -
        -
        Overrides:
        -
        onBlockStartBreak in class Item
        -
        Parameters:
        itemstack - The current ItemStack
        x - The X Position
        y - The X Position
        z - The X Position
        player - The Player that is wielding the item
        -
        Returns:
        True to prevent harvesting, false to continue as normal
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - -- cgit v1.2.3