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/ItemSlab.html | 423 +++++++++++++++++++++++++++++++ 1 file changed, 423 insertions(+) create mode 100644 javadoc/net/minecraft/item/ItemSlab.html (limited to 'javadoc/net/minecraft/item/ItemSlab.html') diff --git a/javadoc/net/minecraft/item/ItemSlab.html b/javadoc/net/minecraft/item/ItemSlab.html new file mode 100644 index 0000000..28824d0 --- /dev/null +++ b/javadoc/net/minecraft/item/ItemSlab.html @@ -0,0 +1,423 @@ + + + + + +ItemSlab (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.item
+

Class ItemSlab

+
+
+ +
+
    +
  • +
    +
    +
    public class ItemSlab
    +extends ItemBlock
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ItemSlab

        +
        public ItemSlab(Block p_i45355_1_,
        +        BlockSlab p_i45355_2_,
        +        BlockSlab p_i45355_3_,
        +        boolean p_i45355_4_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        getMetadata

        +
        public int getMetadata(int p_77647_1_)
        +
        +
        Overrides:
        +
        getMetadata in class Item
        +
        +
      • +
      + + + + + + + +
        +
      • +

        onItemUse

        +
        public boolean onItemUse(ItemStack p_77648_1_,
        +                EntityPlayer p_77648_2_,
        +                World p_77648_3_,
        +                int p_77648_4_,
        +                int p_77648_5_,
        +                int p_77648_6_,
        +                int p_77648_7_,
        +                float p_77648_8_,
        +                float p_77648_9_,
        +                float p_77648_10_)
        +
        +
        Overrides:
        +
        onItemUse in class ItemBlock
        +
        +
      • +
      + + + +
        +
      • +

        func_150936_a

        +
        public boolean func_150936_a(World p_150936_1_,
        +                    int p_150936_2_,
        +                    int p_150936_3_,
        +                    int p_150936_4_,
        +                    int p_150936_5_,
        +                    EntityPlayer p_150936_6_,
        +                    ItemStack p_150936_7_)
        +
        +
        Overrides:
        +
        func_150936_a in class ItemBlock
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3