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

Class ChunkCache

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    IBlockAccess
    +
    +
    +
    +
    public class ChunkCache
    +extends java.lang.Object
    +implements IBlockAccess
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      ChunkCache(World p_i1964_1_, + int p_i1964_2_, + int p_i1964_3_, + int p_i1964_4_, + int p_i1964_5_, + int p_i1964_6_, + int p_i1964_7_, + int p_i1964_8_) 
      +
    • +
    + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ChunkCache

        +
        public ChunkCache(World p_i1964_1_,
        +          int p_i1964_2_,
        +          int p_i1964_3_,
        +          int p_i1964_4_,
        +          int p_i1964_5_,
        +          int p_i1964_6_,
        +          int p_i1964_7_,
        +          int p_i1964_8_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        getBlock

        +
        public Block getBlock(int p_147439_1_,
        +             int p_147439_2_,
        +             int p_147439_3_)
        +
        +
        Specified by:
        +
        getBlock in interface IBlockAccess
        +
        +
      • +
      + + + +
        +
      • +

        getTileEntity

        +
        public TileEntity getTileEntity(int p_147438_1_,
        +                       int p_147438_2_,
        +                       int p_147438_3_)
        +
        +
        Specified by:
        +
        getTileEntity in interface IBlockAccess
        +
        +
      • +
      + + + +
        +
      • +

        getLightBrightnessForSkyBlocks

        +
        public int getLightBrightnessForSkyBlocks(int p_72802_1_,
        +                                 int p_72802_2_,
        +                                 int p_72802_3_,
        +                                 int p_72802_4_)
        +
        +
        Specified by:
        +
        getLightBrightnessForSkyBlocks in interface IBlockAccess
        +
        +
      • +
      + + + +
        +
      • +

        getBlockMetadata

        +
        public int getBlockMetadata(int p_72805_1_,
        +                   int p_72805_2_,
        +                   int p_72805_3_)
        +
        +
        Specified by:
        +
        getBlockMetadata in interface IBlockAccess
        +
        +
      • +
      + + + +
        +
      • +

        isBlockProvidingPowerTo

        +
        public int isBlockProvidingPowerTo(int p_72879_1_,
        +                          int p_72879_2_,
        +                          int p_72879_3_,
        +                          int p_72879_4_)
        +
        +
        Specified by:
        +
        isBlockProvidingPowerTo in interface IBlockAccess
        +
        +
      • +
      + + + + + + + +
        +
      • +

        isAirBlock

        +
        public boolean isAirBlock(int p_147437_1_,
        +                 int p_147437_2_,
        +                 int p_147437_3_)
        +
        +
        Specified by:
        +
        isAirBlock in interface IBlockAccess
        +
        +
      • +
      + + + +
        +
      • +

        getSkyBlockTypeBrightness

        +
        public int getSkyBlockTypeBrightness(EnumSkyBlock p_72810_1_,
        +                            int p_72810_2_,
        +                            int p_72810_3_,
        +                            int p_72810_4_)
        +
      • +
      + + + +
        +
      • +

        getSpecialBlockBrightness

        +
        public int getSpecialBlockBrightness(EnumSkyBlock p_72812_1_,
        +                            int p_72812_2_,
        +                            int p_72812_3_,
        +                            int p_72812_4_)
        +
      • +
      + + + + + + + +
        +
      • +

        isSideSolid

        +
        public boolean isSideSolid(int x,
        +                  int y,
        +                  int z,
        +                  ForgeDirection side,
        +                  boolean _default)
        +
        Description copied from interface: IBlockAccess
        +
        FORGE: isSideSolid, pulled up from World
        +
        +
        Specified by:
        +
        isSideSolid in interface IBlockAccess
        +
        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