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/BlockSnow.html | 631 +++++++++++++++++++++++++++++ 1 file changed, 631 insertions(+) create mode 100644 javadoc/net/minecraft/block/BlockSnow.html (limited to 'javadoc/net/minecraft/block/BlockSnow.html') diff --git a/javadoc/net/minecraft/block/BlockSnow.html b/javadoc/net/minecraft/block/BlockSnow.html new file mode 100644 index 0000000..092b833 --- /dev/null +++ b/javadoc/net/minecraft/block/BlockSnow.html @@ -0,0 +1,631 @@ + + + + + +BlockSnow (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.block
+

Class BlockSnow

+
+
+ +
+
    +
  • +
    +
    +
    public class BlockSnow
    +extends Block
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        BlockSnow

        +
        protected BlockSnow()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

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

        isOpaqueCube

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

        renderAsNormalBlock

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

        setBlockBoundsBasedOnState

        +
        public void setBlockBoundsBasedOnState(IBlockAccess p_149719_1_,
        +                              int p_149719_2_,
        +                              int p_149719_3_,
        +                              int p_149719_4_)
        +
        +
        Overrides:
        +
        setBlockBoundsBasedOnState in class Block
        +
        +
      • +
      + + + +
        +
      • +

        func_150154_b

        +
        protected void func_150154_b(int p_150154_1_)
        +
      • +
      + + + +
        +
      • +

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

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

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

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

        shouldSideBeRendered

        +
        public boolean shouldSideBeRendered(IBlockAccess p_149646_1_,
        +                           int p_149646_2_,
        +                           int p_149646_3_,
        +                           int p_149646_4_,
        +                           int p_149646_5_)
        +
        +
        Overrides:
        +
        shouldSideBeRendered in class Block
        +
        +
      • +
      + + + +
        +
      • +

        quantityDropped

        +
        public int quantityDropped(int meta,
        +                  int fortune,
        +                  java.util.Random random)
        +
        Metadata and fortune sensitive version, this replaces the old (int meta, Random rand) + version in 1.1.
        +
        +
        Overrides:
        +
        quantityDropped in class Block
        +
        Parameters:
        meta - Blocks Metadata
        fortune - Current item fortune level
        random - Random number generator
        +
        Returns:
        The number of items to drop
        +
      • +
      + + + +
        +
      • +

        isReplaceable

        +
        public boolean isReplaceable(IBlockAccess world,
        +                    int x,
        +                    int y,
        +                    int z)
        +
        Determines if a new block can be replace the space occupied by this one, + Used in the player's placement code to make the block act like water, and lava.
        +
        +
        Overrides:
        +
        isReplaceable in class Block
        +
        Parameters:
        world - The current world
        x - X Position
        y - Y position
        z - Z position
        +
        Returns:
        True if the block is replaceable by another block
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3