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

Class BlockLog

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

      Field Detail

      - - - -
        -
      • -

        field_150167_a

        -
        protected IIcon[] field_150167_a
        -
      • -
      - - - -
        -
      • -

        field_150166_b

        -
        protected IIcon[] field_150166_b
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        BlockLog

        -
        public BlockLog()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        func_150165_c

        -
        public static int func_150165_c(int p_150165_0_)
        -
      • -
      - - - -
        -
      • -

        quantityDropped

        -
        public int quantityDropped(java.util.Random p_149745_1_)
        -
        -
        Overrides:
        -
        quantityDropped in class Block
        -
        -
      • -
      - - - -
        -
      • -

        getItemDropped

        -
        public Item getItemDropped(int p_149650_1_,
        -                  java.util.Random p_149650_2_,
        -                  int p_149650_3_)
        -
        -
        Overrides:
        -
        getItemDropped in class Block
        -
        -
      • -
      - - - -
        -
      • -

        breakBlock

        -
        public void breakBlock(World p_149749_1_,
        -              int p_149749_2_,
        -              int p_149749_3_,
        -              int p_149749_4_,
        -              Block p_149749_5_,
        -              int p_149749_6_)
        -
        -
        Overrides:
        -
        breakBlock in class Block
        -
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        canSustainLeaves

        -
        public boolean canSustainLeaves(IBlockAccess world,
        -                       int x,
        -                       int y,
        -                       int z)
        -
        Description copied from class: Block
        -
        Determines if this block can prevent leaves connected to it from decaying.
        -
        -
        Overrides:
        -
        canSustainLeaves in class Block
        -
        Parameters:
        world - The current world
        x - X Position
        y - Y Position
        z - Z Position
        -
        Returns:
        true if the presence this block can prevent leaves from decaying.
        -
      • -
      - - - -
        -
      • -

        isWood

        -
        public boolean isWood(IBlockAccess world,
        -             int x,
        -             int y,
        -             int z)
        -
        -
        Overrides:
        -
        isWood in class Block
        -
        Parameters:
        world - The current world
        x - X Position
        y - Y Position
        z - Z Position
        -
        Returns:
        true if the block is wood (logs)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - -- cgit v1.2.3