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

Class BlockOre

+
+
+ +
+
    +
  • +
    +
    +
    public class BlockOre
    +extends Block
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        BlockOre

        +
        public BlockOre()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getItemDropped

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

        quantityDropped

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

        quantityDroppedWithBonus

        +
        public int quantityDroppedWithBonus(int p_149679_1_,
        +                           java.util.Random p_149679_2_)
        +
        +
        Overrides:
        +
        quantityDroppedWithBonus in class Block
        +
        +
      • +
      + + + +
        +
      • +

        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
        +
        +
      • +
      + + + +
        +
      • +

        getExpDrop

        +
        public int getExpDrop(IBlockAccess p_149690_1_,
        +             int p_149690_5_,
        +             int p_149690_7_)
        +
        Description copied from class: Block
        +
        Gathers how much experience this block drops when broken.
        +
        +
        Overrides:
        +
        getExpDrop in class Block
        +
        Parameters:
        p_149690_1_ - The world
        +
        Returns:
        Amount of XP from breaking this block.
        +
      • +
      + + + +
        +
      • +

        damageDropped

        +
        public int damageDropped(int p_149692_1_)
        +
        +
        Overrides:
        +
        damageDropped in class Block
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3