From 0427ab89f1753a44b30cbc35ce021cbbdc845109 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:52:45 +0300 Subject: fix missing source folder --- javadoc/net/minecraft/block/BlockPotato.html | 442 +++++++++++++++++++++++++++ 1 file changed, 442 insertions(+) create mode 100644 javadoc/net/minecraft/block/BlockPotato.html (limited to 'javadoc/net/minecraft/block/BlockPotato.html') diff --git a/javadoc/net/minecraft/block/BlockPotato.html b/javadoc/net/minecraft/block/BlockPotato.html new file mode 100644 index 0000000..68ab4da --- /dev/null +++ b/javadoc/net/minecraft/block/BlockPotato.html @@ -0,0 +1,442 @@ + + + + + +BlockPotato (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.block
+

Class BlockPotato

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        BlockPotato

        +
        public BlockPotato()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getIcon

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

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

        getDrops

        +
        public java.util.ArrayList<ItemStack> getDrops(World world,
        +                                      int x,
        +                                      int y,
        +                                      int z,
        +                                      int metadata,
        +                                      int fortune)
        +
        Description copied from class: Block
        +
        This returns a complete list of items dropped from this block.
        +
        +
        Overrides:
        +
        getDrops in class BlockCrops
        +
        Parameters:
        world - The current world
        x - X Position
        y - Y Position
        z - Z Position
        metadata - Current metadata
        fortune - Breakers fortune level
        +
        Returns:
        A ArrayList containing all items this block drops
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3