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

Class BlockSilverfish

+
+
+ +
+
    +
  • +
    +
    +
    public class BlockSilverfish
    +extends Block
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        field_150198_a

        +
        public static final java.lang.String[] field_150198_a
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        BlockSilverfish

        +
        public BlockSilverfish()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getIcon

        +
        public IIcon getIcon(int p_149691_1_,
        +            int p_149691_2_)
        +
        +
        Overrides:
        +
        getIcon in class Block
        +
        +
      • +
      + + + + + + + +
        +
      • +

        onBlockDestroyedByPlayer

        +
        public void onBlockDestroyedByPlayer(World p_149664_1_,
        +                            int p_149664_2_,
        +                            int p_149664_3_,
        +                            int p_149664_4_,
        +                            int p_149664_5_)
        +
        +
        Overrides:
        +
        onBlockDestroyedByPlayer in class Block
        +
        +
      • +
      + + + +
        +
      • +

        quantityDropped

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

        func_150196_a

        +
        public static boolean func_150196_a(Block p_150196_0_)
        +
      • +
      + + + +
        +
      • +

        func_150195_a

        +
        public static int func_150195_a(Block p_150195_0_,
        +                int p_150195_1_)
        +
      • +
      + + + +
        +
      • +

        func_150197_b

        +
        public static org.apache.commons.lang3.tuple.ImmutablePair func_150197_b(int p_150197_0_)
        +
      • +
      + + + + + + + +
        +
      • +

        dropBlockAsItemWithChance

        +
        public void dropBlockAsItemWithChance(World p_149690_1_,
        +                             int p_149690_2_,
        +                             int p_149690_3_,
        +                             int p_149690_4_,
        +                             int p_149690_5_,
        +                             float p_149690_6_,
        +                             int p_149690_7_)
        +
        +
        Overrides:
        +
        dropBlockAsItemWithChance in class Block
        +
        +
      • +
      + + + +
        +
      • +

        getDamageValue

        +
        public int getDamageValue(World p_149643_1_,
        +                 int p_149643_2_,
        +                 int p_149643_3_,
        +                 int p_149643_4_)
        +
        +
        Overrides:
        +
        getDamageValue in class Block
        +
        +
      • +
      + + + +
        +
      • +

        getSubBlocks

        +
        public void getSubBlocks(Item p_149666_1_,
        +                CreativeTabs p_149666_2_,
        +                java.util.List p_149666_3_)
        +
        +
        Overrides:
        +
        getSubBlocks in class Block
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3