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

Interface IBlockAccess

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

      Method Detail

      - - - -
        -
      • -

        getBlock

        -
        Block getBlock(int p_147439_1_,
        -             int p_147439_2_,
        -             int p_147439_3_)
        -
      • -
      - - - -
        -
      • -

        getTileEntity

        -
        TileEntity getTileEntity(int p_147438_1_,
        -                       int p_147438_2_,
        -                       int p_147438_3_)
        -
      • -
      - - - -
        -
      • -

        getLightBrightnessForSkyBlocks

        -
        int getLightBrightnessForSkyBlocks(int p_72802_1_,
        -                                 int p_72802_2_,
        -                                 int p_72802_3_,
        -                                 int p_72802_4_)
        -
      • -
      - - - -
        -
      • -

        getBlockMetadata

        -
        int getBlockMetadata(int p_72805_1_,
        -                   int p_72805_2_,
        -                   int p_72805_3_)
        -
      • -
      - - - -
        -
      • -

        isBlockProvidingPowerTo

        -
        int isBlockProvidingPowerTo(int p_72879_1_,
        -                          int p_72879_2_,
        -                          int p_72879_3_,
        -                          int p_72879_4_)
        -
      • -
      - - - -
        -
      • -

        isAirBlock

        -
        boolean isAirBlock(int p_147437_1_,
        -                 int p_147437_2_,
        -                 int p_147437_3_)
        -
      • -
      - - - -
        -
      • -

        getBiomeGenForCoords

        -
        BiomeGenBase getBiomeGenForCoords(int p_72807_1_,
        -                                int p_72807_2_)
        -
      • -
      - - - -
        -
      • -

        getHeight

        -
        int getHeight()
        -
      • -
      - - - -
        -
      • -

        extendedLevelsInChunkCache

        -
        boolean extendedLevelsInChunkCache()
        -
      • -
      - - - -
        -
      • -

        isSideSolid

        -
        boolean isSideSolid(int x,
        -                  int y,
        -                  int z,
        -                  ForgeDirection side,
        -                  boolean _default)
        -
        FORGE: isSideSolid, pulled up from World
        -
        Parameters:
        x - X coord
        y - Y coord
        z - Z coord
        side - Side
        _default - default return value
        -
        Returns:
        if the block is solid on the side
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - -- cgit v1.2.3