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/ItemBlock.html | 554 ------------------------------ 1 file changed, 554 deletions(-) delete mode 100644 javadoc/net/minecraft/item/ItemBlock.html (limited to 'javadoc/net/minecraft/item/ItemBlock.html') diff --git a/javadoc/net/minecraft/item/ItemBlock.html b/javadoc/net/minecraft/item/ItemBlock.html deleted file mode 100644 index 7d45821..0000000 --- a/javadoc/net/minecraft/item/ItemBlock.html +++ /dev/null @@ -1,554 +0,0 @@ - - - - - -ItemBlock (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.item
-

Class ItemBlock

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        field_150939_a

        -
        public final Block field_150939_a
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        ItemBlock

        -
        public ItemBlock(Block p_i45328_1_)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - - - - - -
        -
      • -

        getSpriteNumber

        -
        public int getSpriteNumber()
        -
        -
        Overrides:
        -
        getSpriteNumber 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 Item
        -
        -
      • -
      - - - -
        -
      • -

        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_)
        -
      • -
      - - - - - - - -
        -
      • -

        getUnlocalizedName

        -
        public java.lang.String getUnlocalizedName()
        -
        -
        Overrides:
        -
        getUnlocalizedName in class Item
        -
        -
      • -
      - - - - - - - -
        -
      • -

        getSubItems

        -
        public void getSubItems(Item p_150895_1_,
        -               CreativeTabs p_150895_2_,
        -               java.util.List p_150895_3_)
        -
        -
        Overrides:
        -
        getSubItems in class Item
        -
        -
      • -
      - - - - - - - -
        -
      • -

        placeBlockAt

        -
        public boolean placeBlockAt(ItemStack stack,
        -                   EntityPlayer player,
        -                   World world,
        -                   int x,
        -                   int y,
        -                   int z,
        -                   int side,
        -                   float hitX,
        -                   float hitY,
        -                   float hitZ,
        -                   int metadata)
        -
        Called to actually place the block, after the location is determined - and all permission checks have been made.
        -
        Parameters:
        stack - The item stack that was used to place the block. This can be changed inside the method.
        player - The player who is placing the block. Can be null if the block is not being placed by a player.
        side - The side the player (or machine) right-clicked on.
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - -- cgit v1.2.3