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/BlockNetherWart.html | 541 ----------------------- 1 file changed, 541 deletions(-) delete mode 100644 javadoc/net/minecraft/block/BlockNetherWart.html (limited to 'javadoc/net/minecraft/block/BlockNetherWart.html') diff --git a/javadoc/net/minecraft/block/BlockNetherWart.html b/javadoc/net/minecraft/block/BlockNetherWart.html deleted file mode 100644 index a3ad59c..0000000 --- a/javadoc/net/minecraft/block/BlockNetherWart.html +++ /dev/null @@ -1,541 +0,0 @@ - - - - - -BlockNetherWart (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.block
-

Class BlockNetherWart

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    IPlantable
    -
    -
    -
    -
    public class BlockNetherWart
    -extends BlockBush
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        BlockNetherWart

        -
        protected BlockNetherWart()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - - - - - -
        -
      • -

        canBlockStay

        -
        public boolean canBlockStay(World p_149718_1_,
        -                   int p_149718_2_,
        -                   int p_149718_3_,
        -                   int p_149718_4_)
        -
        -
        Overrides:
        -
        canBlockStay in class BlockBush
        -
        -
      • -
      - - - -
        -
      • -

        updateTick

        -
        public void updateTick(World p_149674_1_,
        -              int p_149674_2_,
        -              int p_149674_3_,
        -              int p_149674_4_,
        -              java.util.Random p_149674_5_)
        -
        -
        Overrides:
        -
        updateTick in class BlockBush
        -
        -
      • -
      - - - -
        -
      • -

        getIcon

        -
        public IIcon getIcon(int p_149691_1_,
        -            int p_149691_2_)
        -
        -
        Overrides:
        -
        getIcon 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
        -
        -
      • -
      - - - -
        -
      • -

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

        getItem

        -
        public Item getItem(World p_149694_1_,
        -           int p_149694_2_,
        -           int p_149694_3_,
        -           int p_149694_4_)
        -
        -
        Overrides:
        -
        getItem in class Block
        -
        -
      • -
      - - - - - - - -
        -
      • -

        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 Block
        -
        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