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/BlockFlowerPot.html | 701 ++++++++++++++++++++++++ 1 file changed, 701 insertions(+) create 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 new file mode 100644 index 0000000..f7b2702 --- /dev/null +++ b/javadoc/net/minecraft/block/BlockFlowerPot.html @@ -0,0 +1,701 @@ + + + + + +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