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/BlockSnow.html | 631 ----------------------------- 1 file changed, 631 deletions(-) delete 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 deleted file mode 100644 index 092b833..0000000 --- a/javadoc/net/minecraft/block/BlockSnow.html +++ /dev/null @@ -1,631 +0,0 @@ - - - - - -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