From dc3df3edd5843bde0c1335d6a8e460b2c832aa48 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 17 Jun 2017 08:12:18 +0300 Subject: full project files --- javadoc/net/minecraft/item/ItemShears.html | 401 +++++++++++++++++++++++++++++ 1 file changed, 401 insertions(+) create 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 new file mode 100644 index 0000000..0b721ce --- /dev/null +++ b/javadoc/net/minecraft/item/ItemShears.html @@ -0,0 +1,401 @@ + + + + + +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