From dc3df3edd5843bde0c1335d6a8e460b2c832aa48 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 17 Jun 2017 08:12:18 +0300 Subject: full project files --- javadoc/net/minecraft/block/BlockTallGrass.html | 709 ++++++++++++++++++++++++ 1 file changed, 709 insertions(+) create mode 100644 javadoc/net/minecraft/block/BlockTallGrass.html (limited to 'javadoc/net/minecraft/block/BlockTallGrass.html') diff --git a/javadoc/net/minecraft/block/BlockTallGrass.html b/javadoc/net/minecraft/block/BlockTallGrass.html new file mode 100644 index 0000000..d44d7c9 --- /dev/null +++ b/javadoc/net/minecraft/block/BlockTallGrass.html @@ -0,0 +1,709 @@ + + + + + +BlockTallGrass (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.block
+

Class BlockTallGrass

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

      Constructor Detail

      + + + +
        +
      • +

        BlockTallGrass

        +
        protected BlockTallGrass()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getIcon

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

        getBlockColor

        +
        public int getBlockColor()
        +
        +
        Overrides:
        +
        getBlockColor in class Block
        +
        +
      • +
      + + + +
        +
      • +

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

        getRenderColor

        +
        public int getRenderColor(int p_149741_1_)
        +
        +
        Overrides:
        +
        getRenderColor in class Block
        +
        +
      • +
      + + + +
        +
      • +

        colorMultiplier

        +
        public int colorMultiplier(IBlockAccess p_149720_1_,
        +                  int p_149720_2_,
        +                  int p_149720_3_,
        +                  int p_149720_4_)
        +
        +
        Overrides:
        +
        colorMultiplier 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
        +
        +
      • +
      + + + +
        +
      • +

        quantityDroppedWithBonus

        +
        public int quantityDroppedWithBonus(int p_149679_1_,
        +                           java.util.Random p_149679_2_)
        +
        +
        Overrides:
        +
        quantityDroppedWithBonus in class Block
        +
        +
      • +
      + + + +
        +
      • +

        harvestBlock

        +
        public void harvestBlock(World p_149636_1_,
        +                EntityPlayer p_149636_2_,
        +                int p_149636_3_,
        +                int p_149636_4_,
        +                int p_149636_5_,
        +                int p_149636_6_)
        +
        +
        Overrides:
        +
        harvestBlock 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
        +
        +
      • +
      + + + +
        +
      • +

        getSubBlocks

        +
        public void getSubBlocks(Item p_149666_1_,
        +                CreativeTabs p_149666_2_,
        +                java.util.List p_149666_3_)
        +
        +
        Overrides:
        +
        getSubBlocks in class Block
        +
        +
      • +
      + + + + + + + +
        +
      • +

        func_149851_a

        +
        public boolean func_149851_a(World p_149851_1_,
        +                    int p_149851_2_,
        +                    int p_149851_3_,
        +                    int p_149851_4_,
        +                    boolean p_149851_5_)
        +
        +
        Specified by:
        +
        func_149851_a in interface IGrowable
        +
        +
      • +
      + + + +
        +
      • +

        func_149852_a

        +
        public boolean func_149852_a(World p_149852_1_,
        +                    java.util.Random p_149852_2_,
        +                    int p_149852_3_,
        +                    int p_149852_4_,
        +                    int p_149852_5_)
        +
        +
        Specified by:
        +
        func_149852_a in interface IGrowable
        +
        +
      • +
      + + + +
        +
      • +

        func_149853_b

        +
        public void func_149853_b(World p_149853_1_,
        +                 java.util.Random p_149853_2_,
        +                 int p_149853_3_,
        +                 int p_149853_4_,
        +                 int p_149853_5_)
        +
        +
        Specified by:
        +
        func_149853_b in interface IGrowable
        +
        +
      • +
      + + + +
        +
      • +

        getDrops

        +
        public java.util.ArrayList<ItemStack> getDrops(World world,
        +                                      int x,
        +                                      int y,
        +                                      int z,
        +                                      int meta,
        +                                      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
        meta - Current metadata
        fortune - Breakers fortune level
        +
        Returns:
        A ArrayList containing all items this block drops
        +
      • +
      + + + +
        +
      • +

        isShearable

        +
        public boolean isShearable(ItemStack item,
        +                  IBlockAccess world,
        +                  int x,
        +                  int y,
        +                  int z)
        +
        Description copied from interface: IShearable
        +
        Checks if the object is currently shearable + Example: Sheep return false when they have no wool
        +
        +
        Specified by:
        +
        isShearable in interface IShearable
        +
        Parameters:
        item - The itemstack that is being used, Possible to be null
        world - The current world
        x - The X Position
        y - The Y Position
        z - The Z Position
        +
        Returns:
        If this is shearable, and onSheared should be called.
        +
      • +
      + + + +
        +
      • +

        onSheared

        +
        public java.util.ArrayList<ItemStack> onSheared(ItemStack item,
        +                                       IBlockAccess world,
        +                                       int x,
        +                                       int y,
        +                                       int z,
        +                                       int fortune)
        +
        Description copied from interface: IShearable
        +
        Performs the shear function on this object. + This is called for both client, and server. + The object should perform all actions related to being sheared, + except for dropping of the items, and removal of the block. + As those are handled by ItemShears itself. + + Returns a list of items that resulted from the shearing process. + + For entities, they should trust there internal location information + over the values passed into this function.
        +
        +
        Specified by:
        +
        onSheared in interface IShearable
        +
        Parameters:
        item - The itemstack that is being used, Possible to be null
        world - The current world
        x - The X Position
        y - The Y Position
        z - The Z Position
        fortune - The fortune level of the shears being used
        +
        Returns:
        A ArrayList containing all items from this shearing. Possible to be null.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3