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/block/BlockLog.html | 511 ++++++++++++++++++++++++++++++ 1 file changed, 511 insertions(+) create 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 new file mode 100644 index 0000000..e8d3480 --- /dev/null +++ b/javadoc/net/minecraft/block/BlockLog.html @@ -0,0 +1,511 @@ + + + + + +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