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/BlockPotato.html | 442 --------------------------- 1 file changed, 442 deletions(-) delete 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 deleted file mode 100644 index 68ab4da..0000000 --- a/javadoc/net/minecraft/block/BlockPotato.html +++ /dev/null @@ -1,442 +0,0 @@ - - - - - -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