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

Class BlockFlowerPot

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        BlockFlowerPot

        -
        public BlockFlowerPot()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - - - - - -
        -
      • -

        isOpaqueCube

        -
        public boolean isOpaqueCube()
        -
        -
        Overrides:
        -
        isOpaqueCube in class Block
        -
        -
      • -
      - - - -
        -
      • -

        getRenderType

        -
        public int getRenderType()
        -
        -
        Overrides:
        -
        getRenderType in class Block
        -
        -
      • -
      - - - -
        -
      • -

        renderAsNormalBlock

        -
        public boolean renderAsNormalBlock()
        -
        -
        Overrides:
        -
        renderAsNormalBlock in class Block
        -
        -
      • -
      - - - -
        -
      • -

        onBlockActivated

        -
        public boolean onBlockActivated(World p_149727_1_,
        -                       int p_149727_2_,
        -                       int p_149727_3_,
        -                       int p_149727_4_,
        -                       EntityPlayer p_149727_5_,
        -                       int p_149727_6_,
        -                       float p_149727_7_,
        -                       float p_149727_8_,
        -                       float p_149727_9_)
        -
        -
        Overrides:
        -
        onBlockActivated 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
        -
        -
      • -
      - - - -
        -
      • -

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

        isFlowerPot

        -
        public boolean isFlowerPot()
        -
        -
        Overrides:
        -
        isFlowerPot in class Block
        -
        -
      • -
      - - - -
        -
      • -

        canPlaceBlockAt

        -
        public boolean canPlaceBlockAt(World p_149742_1_,
        -                      int p_149742_2_,
        -                      int p_149742_3_,
        -                      int p_149742_4_)
        -
        -
        Overrides:
        -
        canPlaceBlockAt in class Block
        -
        -
      • -
      - - - -
        -
      • -

        onNeighborBlockChange

        -
        public void onNeighborBlockChange(World p_149695_1_,
        -                         int p_149695_2_,
        -                         int p_149695_3_,
        -                         int p_149695_4_,
        -                         Block p_149695_5_)
        -
        -
        Overrides:
        -
        onNeighborBlockChange in class Block
        -
        -
      • -
      - - - -
        -
      • -

        breakBlock

        -
        public void breakBlock(World p_149749_1_,
        -              int p_149749_2_,
        -              int p_149749_3_,
        -              int p_149749_4_,
        -              Block p_149749_5_,
        -              int p_149749_6_)
        -
        -
        Overrides:
        -
        breakBlock in class BlockContainer
        -
        -
      • -
      - - - -
        -
      • -

        onBlockHarvested

        -
        public void onBlockHarvested(World p_149681_1_,
        -                    int p_149681_2_,
        -                    int p_149681_3_,
        -                    int p_149681_4_,
        -                    int p_149681_5_,
        -                    EntityPlayer p_149681_6_)
        -
        -
        Overrides:
        -
        onBlockHarvested 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
        -
        -
      • -
      - - - -
        -
      • -

        createNewTileEntity

        -
        public TileEntity createNewTileEntity(World p_149915_1_,
        -                             int p_149915_2_)
        -
      • -
      - - - -
        -
      • -

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

        removedByPlayer

        -
        public boolean removedByPlayer(World world,
        -                      EntityPlayer player,
        -                      int x,
        -                      int y,
        -                      int z,
        -                      boolean willHarvest)
        -
        Description copied from class: Block
        -
        Called when a player removes a block. This is responsible for - actually destroying the block, and the block is intact at time of call. - This is called regardless of whether the player can harvest the block or - not. - - Return true if the block is actually destroyed. - - Note: When used in multiplayer, this is called on both client and - server sides!
        -
        -
        Overrides:
        -
        removedByPlayer in class Block
        -
        Parameters:
        world - The current world
        player - The player damaging the block, may be null
        x - X Position
        y - Y position
        z - Z position
        willHarvest - True if Block.harvestBlock will be called after this, if the return in true. - Can be useful to delay the destruction of tile entities till after harvestBlock
        -
        Returns:
        True if the block is actually destroyed.
        -
      • -
      - - - -
        -
      • -

        harvestBlock

        -
        public void harvestBlock(World world,
        -                EntityPlayer player,
        -                int x,
        -                int y,
        -                int z,
        -                int meta)
        -
        -
        Overrides:
        -
        harvestBlock in class Block
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - -- cgit v1.2.3