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/chunk/Chunk.html | 1277 -------------------- javadoc/net/minecraft/world/chunk/EmptyChunk.html | 849 ------------- .../net/minecraft/world/chunk/IChunkProvider.html | 392 ------ javadoc/net/minecraft/world/chunk/NibbleArray.html | 329 ----- .../net/minecraft/world/chunk/package-frame.html | 25 - .../net/minecraft/world/chunk/package-summary.html | 154 --- .../net/minecraft/world/chunk/package-tree.html | 135 --- .../world/chunk/storage/AnvilChunkLoader.html | 505 -------- .../world/chunk/storage/AnvilSaveConverter.html | 424 ------- .../world/chunk/storage/AnvilSaveHandler.html | 320 ----- .../storage/ChunkLoader.AnvilConverterData.html | 411 ------- .../minecraft/world/chunk/storage/ChunkLoader.html | 290 ----- .../world/chunk/storage/ExtendedBlockStorage.html | 595 --------- .../world/chunk/storage/IChunkLoader.html | 276 ----- .../world/chunk/storage/NibbleArrayReader.html | 296 ----- .../minecraft/world/chunk/storage/RegionFile.html | 336 ----- .../world/chunk/storage/RegionFileCache.html | 305 ----- .../world/chunk/storage/package-frame.html | 31 - .../world/chunk/storage/package-summary.html | 178 --- .../world/chunk/storage/package-tree.html | 146 --- 20 files changed, 7274 deletions(-) delete mode 100644 javadoc/net/minecraft/world/chunk/Chunk.html delete mode 100644 javadoc/net/minecraft/world/chunk/EmptyChunk.html delete mode 100644 javadoc/net/minecraft/world/chunk/IChunkProvider.html delete mode 100644 javadoc/net/minecraft/world/chunk/NibbleArray.html delete mode 100644 javadoc/net/minecraft/world/chunk/package-frame.html delete mode 100644 javadoc/net/minecraft/world/chunk/package-summary.html delete mode 100644 javadoc/net/minecraft/world/chunk/package-tree.html delete mode 100644 javadoc/net/minecraft/world/chunk/storage/AnvilChunkLoader.html delete mode 100644 javadoc/net/minecraft/world/chunk/storage/AnvilSaveConverter.html delete mode 100644 javadoc/net/minecraft/world/chunk/storage/AnvilSaveHandler.html delete mode 100644 javadoc/net/minecraft/world/chunk/storage/ChunkLoader.AnvilConverterData.html delete mode 100644 javadoc/net/minecraft/world/chunk/storage/ChunkLoader.html delete mode 100644 javadoc/net/minecraft/world/chunk/storage/ExtendedBlockStorage.html delete mode 100644 javadoc/net/minecraft/world/chunk/storage/IChunkLoader.html delete mode 100644 javadoc/net/minecraft/world/chunk/storage/NibbleArrayReader.html delete mode 100644 javadoc/net/minecraft/world/chunk/storage/RegionFile.html delete mode 100644 javadoc/net/minecraft/world/chunk/storage/RegionFileCache.html delete mode 100644 javadoc/net/minecraft/world/chunk/storage/package-frame.html delete mode 100644 javadoc/net/minecraft/world/chunk/storage/package-summary.html delete mode 100644 javadoc/net/minecraft/world/chunk/storage/package-tree.html (limited to 'javadoc/net/minecraft/world/chunk') diff --git a/javadoc/net/minecraft/world/chunk/Chunk.html b/javadoc/net/minecraft/world/chunk/Chunk.html deleted file mode 100644 index 1d9cb73..0000000 --- a/javadoc/net/minecraft/world/chunk/Chunk.html +++ /dev/null @@ -1,1277 +0,0 @@ - - - - - -Chunk (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.world.chunk
-

Class Chunk

-
-
- -
-
    -
  • -
    -
    Direct Known Subclasses:
    -
    EmptyChunk
    -
    -
    -
    -
    public class Chunk
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        isLit

        -
        public static boolean isLit
        -
      • -
      - - - -
        -
      • -

        precipitationHeightMap

        -
        public int[] precipitationHeightMap
        -
      • -
      - - - -
        -
      • -

        updateSkylightColumns

        -
        public boolean[] updateSkylightColumns
        -
      • -
      - - - -
        -
      • -

        isChunkLoaded

        -
        public boolean isChunkLoaded
        -
      • -
      - - - -
        -
      • -

        worldObj

        -
        public World worldObj
        -
      • -
      - - - -
        -
      • -

        heightMap

        -
        public int[] heightMap
        -
      • -
      - - - -
        -
      • -

        xPosition

        -
        public final int xPosition
        -
      • -
      - - - -
        -
      • -

        zPosition

        -
        public final int zPosition
        -
      • -
      - - - -
        -
      • -

        chunkTileEntityMap

        -
        public java.util.Map chunkTileEntityMap
        -
      • -
      - - - -
        -
      • -

        entityLists

        -
        public java.util.List[] entityLists
        -
      • -
      - - - -
        -
      • -

        isTerrainPopulated

        -
        public boolean isTerrainPopulated
        -
      • -
      - - - -
        -
      • -

        isLightPopulated

        -
        public boolean isLightPopulated
        -
      • -
      - - - -
        -
      • -

        field_150815_m

        -
        public boolean field_150815_m
        -
      • -
      - - - -
        -
      • -

        isModified

        -
        public boolean isModified
        -
      • -
      - - - -
        -
      • -

        hasEntities

        -
        public boolean hasEntities
        -
      • -
      - - - -
        -
      • -

        lastSaveTime

        -
        public long lastSaveTime
        -
      • -
      - - - -
        -
      • -

        sendUpdates

        -
        public boolean sendUpdates
        -
      • -
      - - - -
        -
      • -

        heightMapMinimum

        -
        public int heightMapMinimum
        -
      • -
      - - - -
        -
      • -

        inhabitedTime

        -
        public long inhabitedTime
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Chunk

        -
        public Chunk(World p_i1995_1_,
        -     int p_i1995_2_,
        -     int p_i1995_3_)
        -
      • -
      - - - -
        -
      • -

        Chunk

        -
        public Chunk(World p_i45446_1_,
        -     Block[] p_i45446_2_,
        -     int p_i45446_3_,
        -     int p_i45446_4_)
        -
      • -
      - - - -
        -
      • -

        Chunk

        -
        public Chunk(World p_i45447_1_,
        -     Block[] p_i45447_2_,
        -     byte[] p_i45447_3_,
        -     int p_i45447_4_,
        -     int p_i45447_5_)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        isAtLocation

        -
        public boolean isAtLocation(int p_76600_1_,
        -                   int p_76600_2_)
        -
      • -
      - - - -
        -
      • -

        getHeightValue

        -
        public int getHeightValue(int p_76611_1_,
        -                 int p_76611_2_)
        -
      • -
      - - - -
        -
      • -

        getTopFilledSegment

        -
        public int getTopFilledSegment()
        -
      • -
      - - - - - - - -
        -
      • -

        generateHeightMap

        -
        public void generateHeightMap()
        -
      • -
      - - - -
        -
      • -

        generateSkylightMap

        -
        public void generateSkylightMap()
        -
      • -
      - - - -
        -
      • -

        func_150808_b

        -
        public int func_150808_b(int p_150808_1_,
        -                int p_150808_2_,
        -                int p_150808_3_)
        -
      • -
      - - - -
        -
      • -

        getBlock

        -
        public Block getBlock(int p_150810_1_,
        -             int p_150810_2_,
        -             int p_150810_3_)
        -
      • -
      - - - -
        -
      • -

        getBlockMetadata

        -
        public int getBlockMetadata(int p_76628_1_,
        -                   int p_76628_2_,
        -                   int p_76628_3_)
        -
      • -
      - - - -
        -
      • -

        func_150807_a

        -
        public boolean func_150807_a(int p_150807_1_,
        -                    int p_150807_2_,
        -                    int p_150807_3_,
        -                    Block p_150807_4_,
        -                    int p_150807_5_)
        -
      • -
      - - - -
        -
      • -

        setBlockMetadata

        -
        public boolean setBlockMetadata(int p_76589_1_,
        -                       int p_76589_2_,
        -                       int p_76589_3_,
        -                       int p_76589_4_)
        -
      • -
      - - - -
        -
      • -

        getSavedLightValue

        -
        public int getSavedLightValue(EnumSkyBlock p_76614_1_,
        -                     int p_76614_2_,
        -                     int p_76614_3_,
        -                     int p_76614_4_)
        -
      • -
      - - - -
        -
      • -

        setLightValue

        -
        public void setLightValue(EnumSkyBlock p_76633_1_,
        -                 int p_76633_2_,
        -                 int p_76633_3_,
        -                 int p_76633_4_,
        -                 int p_76633_5_)
        -
      • -
      - - - -
        -
      • -

        getBlockLightValue

        -
        public int getBlockLightValue(int p_76629_1_,
        -                     int p_76629_2_,
        -                     int p_76629_3_,
        -                     int p_76629_4_)
        -
      • -
      - - - -
        -
      • -

        addEntity

        -
        public void addEntity(Entity p_76612_1_)
        -
      • -
      - - - -
        -
      • -

        removeEntity

        -
        public void removeEntity(Entity p_76622_1_)
        -
      • -
      - - - -
        -
      • -

        removeEntityAtIndex

        -
        public void removeEntityAtIndex(Entity p_76608_1_,
        -                       int p_76608_2_)
        -
      • -
      - - - -
        -
      • -

        canBlockSeeTheSky

        -
        public boolean canBlockSeeTheSky(int p_76619_1_,
        -                        int p_76619_2_,
        -                        int p_76619_3_)
        -
      • -
      - - - -
        -
      • -

        func_150806_e

        -
        public TileEntity func_150806_e(int p_150806_1_,
        -                       int p_150806_2_,
        -                       int p_150806_3_)
        -
      • -
      - - - -
        -
      • -

        addTileEntity

        -
        public void addTileEntity(TileEntity p_150813_1_)
        -
      • -
      - - - -
        -
      • -

        func_150812_a

        -
        public void func_150812_a(int p_150812_1_,
        -                 int p_150812_2_,
        -                 int p_150812_3_,
        -                 TileEntity p_150812_4_)
        -
      • -
      - - - -
        -
      • -

        removeTileEntity

        -
        public void removeTileEntity(int p_150805_1_,
        -                    int p_150805_2_,
        -                    int p_150805_3_)
        -
      • -
      - - - -
        -
      • -

        onChunkLoad

        -
        public void onChunkLoad()
        -
      • -
      - - - -
        -
      • -

        onChunkUnload

        -
        public void onChunkUnload()
        -
      • -
      - - - -
        -
      • -

        setChunkModified

        -
        public void setChunkModified()
        -
      • -
      - - - -
        -
      • -

        getEntitiesWithinAABBForEntity

        -
        public void getEntitiesWithinAABBForEntity(Entity p_76588_1_,
        -                                  AxisAlignedBB p_76588_2_,
        -                                  java.util.List p_76588_3_,
        -                                  IEntitySelector p_76588_4_)
        -
      • -
      - - - -
        -
      • -

        getEntitiesOfTypeWithinAAAB

        -
        public void getEntitiesOfTypeWithinAAAB(java.lang.Class p_76618_1_,
        -                               AxisAlignedBB p_76618_2_,
        -                               java.util.List p_76618_3_,
        -                               IEntitySelector p_76618_4_)
        -
      • -
      - - - -
        -
      • -

        needsSaving

        -
        public boolean needsSaving(boolean p_76601_1_)
        -
      • -
      - - - -
        -
      • -

        getRandomWithSeed

        -
        public java.util.Random getRandomWithSeed(long p_76617_1_)
        -
      • -
      - - - -
        -
      • -

        isEmpty

        -
        public boolean isEmpty()
        -
      • -
      - - - -
        -
      • -

        populateChunk

        -
        public void populateChunk(IChunkProvider p_76624_1_,
        -                 IChunkProvider p_76624_2_,
        -                 int p_76624_3_,
        -                 int p_76624_4_)
        -
      • -
      - - - -
        -
      • -

        getPrecipitationHeight

        -
        public int getPrecipitationHeight(int p_76626_1_,
        -                         int p_76626_2_)
        -
      • -
      - - - -
        -
      • -

        func_150804_b

        -
        public void func_150804_b(boolean p_150804_1_)
        -
      • -
      - - - -
        -
      • -

        func_150802_k

        -
        public boolean func_150802_k()
        -
      • -
      - - - - - - - -
        -
      • -

        getAreLevelsEmpty

        -
        public boolean getAreLevelsEmpty(int p_76606_1_,
        -                        int p_76606_2_)
        -
      • -
      - - - - - - - -
        -
      • -

        fillChunk

        -
        public void fillChunk(byte[] p_76607_1_,
        -             int p_76607_2_,
        -             int p_76607_3_,
        -             boolean p_76607_4_)
        -
      • -
      - - - -
        -
      • -

        getBiomeGenForWorldCoords

        -
        public BiomeGenBase getBiomeGenForWorldCoords(int p_76591_1_,
        -                                     int p_76591_2_,
        -                                     WorldChunkManager p_76591_3_)
        -
      • -
      - - - -
        -
      • -

        getBiomeArray

        -
        public byte[] getBiomeArray()
        -
      • -
      - - - -
        -
      • -

        setBiomeArray

        -
        public void setBiomeArray(byte[] p_76616_1_)
        -
      • -
      - - - -
        -
      • -

        resetRelightChecks

        -
        public void resetRelightChecks()
        -
      • -
      - - - -
        -
      • -

        enqueueRelightChecks

        -
        public void enqueueRelightChecks()
        -
      • -
      - - - -
        -
      • -

        func_150809_p

        -
        public void func_150809_p()
        -
      • -
      - - - -
        -
      • -

        getTileEntityUnsafe

        -
        public TileEntity getTileEntityUnsafe(int x,
        -                             int y,
        -                             int z)
        -
        Retrieves the tile entity, WITHOUT creating it. - Good for checking if it exists.
        -
        Parameters:
        x -
        y -
        z -
        -
        Returns:
        The tile entity at the specified location, if it exists and is valid.
        -
      • -
      - - - -
        -
      • -

        removeInvalidTileEntity

        -
        public void removeInvalidTileEntity(int x,
        -                           int y,
        -                           int z)
        -
        Removes the tile entity at the specified position, only if it's - marked as invalid.
        -
        Parameters:
        x -
        y -
        z -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/world/chunk/EmptyChunk.html b/javadoc/net/minecraft/world/chunk/EmptyChunk.html deleted file mode 100644 index 88a9a02..0000000 --- a/javadoc/net/minecraft/world/chunk/EmptyChunk.html +++ /dev/null @@ -1,849 +0,0 @@ - - - - - -EmptyChunk (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.world.chunk
-

Class EmptyChunk

-
-
- -
-
    -
  • -
    -
    -
    public class EmptyChunk
    -extends Chunk
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        EmptyChunk

        -
        public EmptyChunk(World p_i1994_1_,
        -          int p_i1994_2_,
        -          int p_i1994_3_)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        isAtLocation

        -
        public boolean isAtLocation(int p_76600_1_,
        -                   int p_76600_2_)
        -
        -
        Overrides:
        -
        isAtLocation in class Chunk
        -
        -
      • -
      - - - -
        -
      • -

        getHeightValue

        -
        public int getHeightValue(int p_76611_1_,
        -                 int p_76611_2_)
        -
        -
        Overrides:
        -
        getHeightValue in class Chunk
        -
        -
      • -
      - - - - - - - -
        -
      • -

        generateHeightMap

        -
        public void generateHeightMap()
        -
        -
        Overrides:
        -
        generateHeightMap in class Chunk
        -
        -
      • -
      - - - -
        -
      • -

        getBlock

        -
        public Block getBlock(int p_150810_1_,
        -             int p_150810_2_,
        -             int p_150810_3_)
        -
        -
        Overrides:
        -
        getBlock in class Chunk
        -
        -
      • -
      - - - -
        -
      • -

        func_150808_b

        -
        public int func_150808_b(int p_150808_1_,
        -                int p_150808_2_,
        -                int p_150808_3_)
        -
        -
        Overrides:
        -
        func_150808_b in class Chunk
        -
        -
      • -
      - - - -
        -
      • -

        func_150807_a

        -
        public boolean func_150807_a(int p_150807_1_,
        -                    int p_150807_2_,
        -                    int p_150807_3_,
        -                    Block p_150807_4_,
        -                    int p_150807_5_)
        -
        -
        Overrides:
        -
        func_150807_a in class Chunk
        -
        -
      • -
      - - - -
        -
      • -

        getBlockMetadata

        -
        public int getBlockMetadata(int p_76628_1_,
        -                   int p_76628_2_,
        -                   int p_76628_3_)
        -
        -
        Overrides:
        -
        getBlockMetadata in class Chunk
        -
        -
      • -
      - - - -
        -
      • -

        setBlockMetadata

        -
        public boolean setBlockMetadata(int p_76589_1_,
        -                       int p_76589_2_,
        -                       int p_76589_3_,
        -                       int p_76589_4_)
        -
        -
        Overrides:
        -
        setBlockMetadata in class Chunk
        -
        -
      • -
      - - - -
        -
      • -

        getSavedLightValue

        -
        public int getSavedLightValue(EnumSkyBlock p_76614_1_,
        -                     int p_76614_2_,
        -                     int p_76614_3_,
        -                     int p_76614_4_)
        -
        -
        Overrides:
        -
        getSavedLightValue in class Chunk
        -
        -
      • -
      - - - -
        -
      • -

        setLightValue

        -
        public void setLightValue(EnumSkyBlock p_76633_1_,
        -                 int p_76633_2_,
        -                 int p_76633_3_,
        -                 int p_76633_4_,
        -                 int p_76633_5_)
        -
        -
        Overrides:
        -
        setLightValue in class Chunk
        -
        -
      • -
      - - - -
        -
      • -

        getBlockLightValue

        -
        public int getBlockLightValue(int p_76629_1_,
        -                     int p_76629_2_,
        -                     int p_76629_3_,
        -                     int p_76629_4_)
        -
        -
        Overrides:
        -
        getBlockLightValue in class Chunk
        -
        -
      • -
      - - - -
        -
      • -

        addEntity

        -
        public void addEntity(Entity p_76612_1_)
        -
        -
        Overrides:
        -
        addEntity in class Chunk
        -
        -
      • -
      - - - -
        -
      • -

        removeEntity

        -
        public void removeEntity(Entity p_76622_1_)
        -
        -
        Overrides:
        -
        removeEntity in class Chunk
        -
        -
      • -
      - - - -
        -
      • -

        removeEntityAtIndex

        -
        public void removeEntityAtIndex(Entity p_76608_1_,
        -                       int p_76608_2_)
        -
        -
        Overrides:
        -
        removeEntityAtIndex in class Chunk
        -
        -
      • -
      - - - -
        -
      • -

        canBlockSeeTheSky

        -
        public boolean canBlockSeeTheSky(int p_76619_1_,
        -                        int p_76619_2_,
        -                        int p_76619_3_)
        -
        -
        Overrides:
        -
        canBlockSeeTheSky in class Chunk
        -
        -
      • -
      - - - -
        -
      • -

        func_150806_e

        -
        public TileEntity func_150806_e(int p_150806_1_,
        -                       int p_150806_2_,
        -                       int p_150806_3_)
        -
        -
        Overrides:
        -
        func_150806_e in class Chunk
        -
        -
      • -
      - - - - - - - -
        -
      • -

        func_150812_a

        -
        public void func_150812_a(int p_150812_1_,
        -                 int p_150812_2_,
        -                 int p_150812_3_,
        -                 TileEntity p_150812_4_)
        -
        -
        Overrides:
        -
        func_150812_a in class Chunk
        -
        -
      • -
      - - - -
        -
      • -

        removeTileEntity

        -
        public void removeTileEntity(int p_150805_1_,
        -                    int p_150805_2_,
        -                    int p_150805_3_)
        -
        -
        Overrides:
        -
        removeTileEntity in class Chunk
        -
        -
      • -
      - - - -
        -
      • -

        onChunkLoad

        -
        public void onChunkLoad()
        -
        -
        Overrides:
        -
        onChunkLoad in class Chunk
        -
        -
      • -
      - - - -
        -
      • -

        onChunkUnload

        -
        public void onChunkUnload()
        -
        -
        Overrides:
        -
        onChunkUnload in class Chunk
        -
        -
      • -
      - - - -
        -
      • -

        setChunkModified

        -
        public void setChunkModified()
        -
        -
        Overrides:
        -
        setChunkModified in class Chunk
        -
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        needsSaving

        -
        public boolean needsSaving(boolean p_76601_1_)
        -
        -
        Overrides:
        -
        needsSaving in class Chunk
        -
        -
      • -
      - - - -
        -
      • -

        getRandomWithSeed

        -
        public java.util.Random getRandomWithSeed(long p_76617_1_)
        -
        -
        Overrides:
        -
        getRandomWithSeed in class Chunk
        -
        -
      • -
      - - - -
        -
      • -

        isEmpty

        -
        public boolean isEmpty()
        -
        -
        Overrides:
        -
        isEmpty in class Chunk
        -
        -
      • -
      - - - -
        -
      • -

        getAreLevelsEmpty

        -
        public boolean getAreLevelsEmpty(int p_76606_1_,
        -                        int p_76606_2_)
        -
        -
        Overrides:
        -
        getAreLevelsEmpty in class Chunk
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/world/chunk/IChunkProvider.html b/javadoc/net/minecraft/world/chunk/IChunkProvider.html deleted file mode 100644 index 5d10373..0000000 --- a/javadoc/net/minecraft/world/chunk/IChunkProvider.html +++ /dev/null @@ -1,392 +0,0 @@ - - - - - -IChunkProvider (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.world.chunk
-

Interface IChunkProvider

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

      Method Detail

      - - - -
        -
      • -

        chunkExists

        -
        boolean chunkExists(int p_73149_1_,
        -                  int p_73149_2_)
        -
      • -
      - - - -
        -
      • -

        provideChunk

        -
        Chunk provideChunk(int p_73154_1_,
        -                 int p_73154_2_)
        -
      • -
      - - - -
        -
      • -

        loadChunk

        -
        Chunk loadChunk(int p_73158_1_,
        -              int p_73158_2_)
        -
      • -
      - - - -
        -
      • -

        populate

        -
        void populate(IChunkProvider p_73153_1_,
        -            int p_73153_2_,
        -            int p_73153_3_)
        -
      • -
      - - - -
        -
      • -

        saveChunks

        -
        boolean saveChunks(boolean p_73151_1_,
        -                 IProgressUpdate p_73151_2_)
        -
      • -
      - - - -
        -
      • -

        unloadQueuedChunks

        -
        boolean unloadQueuedChunks()
        -
      • -
      - - - -
        -
      • -

        canSave

        -
        boolean canSave()
        -
      • -
      - - - -
        -
      • -

        makeString

        -
        java.lang.String makeString()
        -
      • -
      - - - -
        -
      • -

        getPossibleCreatures

        -
        java.util.List getPossibleCreatures(EnumCreatureType p_73155_1_,
        -                                  int p_73155_2_,
        -                                  int p_73155_3_,
        -                                  int p_73155_4_)
        -
      • -
      - - - -
        -
      • -

        func_147416_a

        -
        ChunkPosition func_147416_a(World p_147416_1_,
        -                          java.lang.String p_147416_2_,
        -                          int p_147416_3_,
        -                          int p_147416_4_,
        -                          int p_147416_5_)
        -
      • -
      - - - -
        -
      • -

        getLoadedChunkCount

        -
        int getLoadedChunkCount()
        -
      • -
      - - - -
        -
      • -

        recreateStructures

        -
        void recreateStructures(int p_82695_1_,
        -                      int p_82695_2_)
        -
      • -
      - - - -
        -
      • -

        saveExtraData

        -
        void saveExtraData()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/world/chunk/NibbleArray.html b/javadoc/net/minecraft/world/chunk/NibbleArray.html deleted file mode 100644 index 2f64063..0000000 --- a/javadoc/net/minecraft/world/chunk/NibbleArray.html +++ /dev/null @@ -1,329 +0,0 @@ - - - - - -NibbleArray (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.world.chunk
-

Class NibbleArray

-
-
- -
-
    -
  • -
    -
    -
    public class NibbleArray
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Field Summary

      - - - - - - - - - - -
      Fields 
      Modifier and TypeField and Description
      byte[]data 
      -
    • -
    - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - -
      Constructors 
      Constructor and Description
      NibbleArray(byte[] p_i1993_1_, - int p_i1993_2_) 
      NibbleArray(int p_i1992_1_, - int p_i1992_2_) 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      intget(int p_76582_1_, - int p_76582_2_, - int p_76582_3_) 
      voidset(int p_76581_1_, - int p_76581_2_, - int p_76581_3_, - int p_76581_4_) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        data

        -
        public final byte[] data
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        NibbleArray

        -
        public NibbleArray(int p_i1992_1_,
        -           int p_i1992_2_)
        -
      • -
      - - - -
        -
      • -

        NibbleArray

        -
        public NibbleArray(byte[] p_i1993_1_,
        -           int p_i1993_2_)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        get

        -
        public int get(int p_76582_1_,
        -      int p_76582_2_,
        -      int p_76582_3_)
        -
      • -
      - - - -
        -
      • -

        set

        -
        public void set(int p_76581_1_,
        -       int p_76581_2_,
        -       int p_76581_3_,
        -       int p_76581_4_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/world/chunk/package-frame.html b/javadoc/net/minecraft/world/chunk/package-frame.html deleted file mode 100644 index d332a15..0000000 --- a/javadoc/net/minecraft/world/chunk/package-frame.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - - -net.minecraft.world.chunk (Forge API) - - - - -

net.minecraft.world.chunk

-
-

Interfaces

- -

Classes

- -
- - diff --git a/javadoc/net/minecraft/world/chunk/package-summary.html b/javadoc/net/minecraft/world/chunk/package-summary.html deleted file mode 100644 index 11fe849..0000000 --- a/javadoc/net/minecraft/world/chunk/package-summary.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - - -net.minecraft.world.chunk (Forge API) - - - - - - - -
- - - - - -
- - -
-

Package net.minecraft.world.chunk

-
-
- -
- -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/world/chunk/package-tree.html b/javadoc/net/minecraft/world/chunk/package-tree.html deleted file mode 100644 index 8bc8f5d..0000000 --- a/javadoc/net/minecraft/world/chunk/package-tree.html +++ /dev/null @@ -1,135 +0,0 @@ - - - - - -net.minecraft.world.chunk Class Hierarchy (Forge API) - - - - - - - -
- - - - - -
- - -
-

Hierarchy For Package net.minecraft.world.chunk

-Package Hierarchies: - -
-
-

Class Hierarchy

- -

Interface Hierarchy

- -
- -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/world/chunk/storage/AnvilChunkLoader.html b/javadoc/net/minecraft/world/chunk/storage/AnvilChunkLoader.html deleted file mode 100644 index ae45d99..0000000 --- a/javadoc/net/minecraft/world/chunk/storage/AnvilChunkLoader.html +++ /dev/null @@ -1,505 +0,0 @@ - - - - - -AnvilChunkLoader (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.world.chunk.storage
-

Class AnvilChunkLoader

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

      Field Detail

      - - - -
        -
      • -

        chunkSaveLocation

        -
        public final java.io.File chunkSaveLocation
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        AnvilChunkLoader

        -
        public AnvilChunkLoader(java.io.File p_i2003_1_)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        chunkExists

        -
        public boolean chunkExists(World world,
        -                  int i,
        -                  int j)
        -
      • -
      - - - -
        -
      • -

        loadChunk

        -
        public Chunk loadChunk(World p_75815_1_,
        -              int p_75815_2_,
        -              int p_75815_3_)
        -                throws java.io.IOException
        -
        -
        Specified by:
        -
        loadChunk in interface IChunkLoader
        -
        Throws:
        -
        java.io.IOException
        -
      • -
      - - - -
        -
      • -

        loadChunk__Async

        -
        public java.lang.Object[] loadChunk__Async(World p_75815_1_,
        -                                  int p_75815_2_,
        -                                  int p_75815_3_)
        -                                    throws java.io.IOException
        -
        Throws:
        -
        java.io.IOException
        -
      • -
      - - - -
        -
      • -

        checkedReadChunkFromNBT

        -
        protected Chunk checkedReadChunkFromNBT(World p_75822_1_,
        -                            int p_75822_2_,
        -                            int p_75822_3_,
        -                            NBTTagCompound p_75822_4_)
        -
      • -
      - - - -
        -
      • -

        checkedReadChunkFromNBT__Async

        -
        protected java.lang.Object[] checkedReadChunkFromNBT__Async(World p_75822_1_,
        -                                                int p_75822_2_,
        -                                                int p_75822_3_,
        -                                                NBTTagCompound p_75822_4_)
        -
      • -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/world/chunk/storage/AnvilSaveConverter.html b/javadoc/net/minecraft/world/chunk/storage/AnvilSaveConverter.html deleted file mode 100644 index fa37170..0000000 --- a/javadoc/net/minecraft/world/chunk/storage/AnvilSaveConverter.html +++ /dev/null @@ -1,424 +0,0 @@ - - - - - -AnvilSaveConverter (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.world.chunk.storage
-

Class AnvilSaveConverter

-
-
- -
- -
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/world/chunk/storage/AnvilSaveHandler.html b/javadoc/net/minecraft/world/chunk/storage/AnvilSaveHandler.html deleted file mode 100644 index 159fa64..0000000 --- a/javadoc/net/minecraft/world/chunk/storage/AnvilSaveHandler.html +++ /dev/null @@ -1,320 +0,0 @@ - - - - - -AnvilSaveHandler (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.world.chunk.storage
-

Class AnvilSaveHandler

-
-
- -
- -
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/world/chunk/storage/ChunkLoader.AnvilConverterData.html b/javadoc/net/minecraft/world/chunk/storage/ChunkLoader.AnvilConverterData.html deleted file mode 100644 index 48d7741..0000000 --- a/javadoc/net/minecraft/world/chunk/storage/ChunkLoader.AnvilConverterData.html +++ /dev/null @@ -1,411 +0,0 @@ - - - - - -ChunkLoader.AnvilConverterData (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.world.chunk.storage
-

Class ChunkLoader.AnvilConverterData

-
-
- -
-
    -
  • -
    -
    Enclosing class:
    -
    ChunkLoader
    -
    -
    -
    -
    public static class ChunkLoader.AnvilConverterData
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        lastUpdated

        -
        public long lastUpdated
        -
      • -
      - - - -
        -
      • -

        terrainPopulated

        -
        public boolean terrainPopulated
        -
      • -
      - - - -
        -
      • -

        heightmap

        -
        public byte[] heightmap
        -
      • -
      - - - - - - - - - - - - - - - -
        -
      • -

        blocks

        -
        public byte[] blocks
        -
      • -
      - - - - - - - -
        -
      • -

        field_151564_i

        -
        public NBTTagList field_151564_i
        -
      • -
      - - - -
        -
      • -

        field_151563_j

        -
        public NBTTagList field_151563_j
        -
      • -
      - - - -
        -
      • -

        x

        -
        public final int x
        -
      • -
      - - - -
        -
      • -

        z

        -
        public final int z
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        ChunkLoader.AnvilConverterData

        -
        public ChunkLoader.AnvilConverterData(int p_i1999_1_,
        -                              int p_i1999_2_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/world/chunk/storage/ChunkLoader.html b/javadoc/net/minecraft/world/chunk/storage/ChunkLoader.html deleted file mode 100644 index 89b520d..0000000 --- a/javadoc/net/minecraft/world/chunk/storage/ChunkLoader.html +++ /dev/null @@ -1,290 +0,0 @@ - - - - - -ChunkLoader (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.world.chunk.storage
-

Class ChunkLoader

-
-
- -
-
    -
  • -
    -
    -
    public class ChunkLoader
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/world/chunk/storage/ExtendedBlockStorage.html b/javadoc/net/minecraft/world/chunk/storage/ExtendedBlockStorage.html deleted file mode 100644 index 88983cb..0000000 --- a/javadoc/net/minecraft/world/chunk/storage/ExtendedBlockStorage.html +++ /dev/null @@ -1,595 +0,0 @@ - - - - - -ExtendedBlockStorage (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.world.chunk.storage
-

Class ExtendedBlockStorage

-
-
- -
-
    -
  • -
    -
    -
    public class ExtendedBlockStorage
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        ExtendedBlockStorage

        -
        public ExtendedBlockStorage(int p_i1997_1_,
        -                    boolean p_i1997_2_)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getBlockByExtId

        -
        public Block getBlockByExtId(int p_150819_1_,
        -                    int p_150819_2_,
        -                    int p_150819_3_)
        -
      • -
      - - - -
        -
      • -

        func_150818_a

        -
        public void func_150818_a(int p_150818_1_,
        -                 int p_150818_2_,
        -                 int p_150818_3_,
        -                 Block p_150818_4_)
        -
      • -
      - - - -
        -
      • -

        getExtBlockMetadata

        -
        public int getExtBlockMetadata(int p_76665_1_,
        -                      int p_76665_2_,
        -                      int p_76665_3_)
        -
      • -
      - - - -
        -
      • -

        setExtBlockMetadata

        -
        public void setExtBlockMetadata(int p_76654_1_,
        -                       int p_76654_2_,
        -                       int p_76654_3_,
        -                       int p_76654_4_)
        -
      • -
      - - - -
        -
      • -

        isEmpty

        -
        public boolean isEmpty()
        -
      • -
      - - - -
        -
      • -

        getNeedsRandomTick

        -
        public boolean getNeedsRandomTick()
        -
      • -
      - - - -
        -
      • -

        getYLocation

        -
        public int getYLocation()
        -
      • -
      - - - -
        -
      • -

        setExtSkylightValue

        -
        public void setExtSkylightValue(int p_76657_1_,
        -                       int p_76657_2_,
        -                       int p_76657_3_,
        -                       int p_76657_4_)
        -
      • -
      - - - -
        -
      • -

        getExtSkylightValue

        -
        public int getExtSkylightValue(int p_76670_1_,
        -                      int p_76670_2_,
        -                      int p_76670_3_)
        -
      • -
      - - - -
        -
      • -

        setExtBlocklightValue

        -
        public void setExtBlocklightValue(int p_76677_1_,
        -                         int p_76677_2_,
        -                         int p_76677_3_,
        -                         int p_76677_4_)
        -
      • -
      - - - -
        -
      • -

        getExtBlocklightValue

        -
        public int getExtBlocklightValue(int p_76674_1_,
        -                        int p_76674_2_,
        -                        int p_76674_3_)
        -
      • -
      - - - -
        -
      • -

        removeInvalidBlocks

        -
        public void removeInvalidBlocks()
        -
      • -
      - - - -
        -
      • -

        getBlockLSBArray

        -
        public byte[] getBlockLSBArray()
        -
      • -
      - - - -
        -
      • -

        clearMSBArray

        -
        public void clearMSBArray()
        -
      • -
      - - - -
        -
      • -

        getBlockMSBArray

        -
        public NibbleArray getBlockMSBArray()
        -
      • -
      - - - -
        -
      • -

        getMetadataArray

        -
        public NibbleArray getMetadataArray()
        -
      • -
      - - - -
        -
      • -

        getBlocklightArray

        -
        public NibbleArray getBlocklightArray()
        -
      • -
      - - - -
        -
      • -

        getSkylightArray

        -
        public NibbleArray getSkylightArray()
        -
      • -
      - - - -
        -
      • -

        setBlockLSBArray

        -
        public void setBlockLSBArray(byte[] p_76664_1_)
        -
      • -
      - - - -
        -
      • -

        setBlockMSBArray

        -
        public void setBlockMSBArray(NibbleArray p_76673_1_)
        -
      • -
      - - - -
        -
      • -

        setBlockMetadataArray

        -
        public void setBlockMetadataArray(NibbleArray p_76668_1_)
        -
      • -
      - - - -
        -
      • -

        setBlocklightArray

        -
        public void setBlocklightArray(NibbleArray p_76659_1_)
        -
      • -
      - - - -
        -
      • -

        setSkylightArray

        -
        public void setSkylightArray(NibbleArray p_76666_1_)
        -
      • -
      - - - -
        -
      • -

        createBlockMSBArray

        -
        public NibbleArray createBlockMSBArray()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/world/chunk/storage/IChunkLoader.html b/javadoc/net/minecraft/world/chunk/storage/IChunkLoader.html deleted file mode 100644 index 23a0daf..0000000 --- a/javadoc/net/minecraft/world/chunk/storage/IChunkLoader.html +++ /dev/null @@ -1,276 +0,0 @@ - - - - - -IChunkLoader (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.world.chunk.storage
-

Interface IChunkLoader

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    AnvilChunkLoader
    -
    -
    -
    -
    public interface IChunkLoader
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        loadChunk

        -
        Chunk loadChunk(World p_75815_1_,
        -              int p_75815_2_,
        -              int p_75815_3_)
        -                throws java.io.IOException
        -
        Throws:
        -
        java.io.IOException
        -
      • -
      - - - - - - - -
        -
      • -

        saveExtraChunkData

        -
        void saveExtraChunkData(World p_75819_1_,
        -                      Chunk p_75819_2_)
        -
      • -
      - - - -
        -
      • -

        chunkTick

        -
        void chunkTick()
        -
      • -
      - - - -
        -
      • -

        saveExtraData

        -
        void saveExtraData()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/world/chunk/storage/NibbleArrayReader.html b/javadoc/net/minecraft/world/chunk/storage/NibbleArrayReader.html deleted file mode 100644 index 897d9cc..0000000 --- a/javadoc/net/minecraft/world/chunk/storage/NibbleArrayReader.html +++ /dev/null @@ -1,296 +0,0 @@ - - - - - -NibbleArrayReader (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.world.chunk.storage
-

Class NibbleArrayReader

-
-
- -
-
    -
  • -
    -
    -
    public class NibbleArrayReader
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Field Summary

      - - - - - - - - - - -
      Fields 
      Modifier and TypeField and Description
      byte[]data 
      -
    • -
    - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      NibbleArrayReader(byte[] p_i1998_1_, - int p_i1998_2_) 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      intget(int p_76686_1_, - int p_76686_2_, - int p_76686_3_) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        data

        -
        public final byte[] data
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        NibbleArrayReader

        -
        public NibbleArrayReader(byte[] p_i1998_1_,
        -                 int p_i1998_2_)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        get

        -
        public int get(int p_76686_1_,
        -      int p_76686_2_,
        -      int p_76686_3_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/world/chunk/storage/RegionFile.html b/javadoc/net/minecraft/world/chunk/storage/RegionFile.html deleted file mode 100644 index 15fd3d7..0000000 --- a/javadoc/net/minecraft/world/chunk/storage/RegionFile.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -RegionFile (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.world.chunk.storage
-

Class RegionFile

-
-
- -
-
    -
  • -
    -
    -
    public class RegionFile
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      RegionFile(java.io.File p_i2001_1_) 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      booleanchunkExists(int x, - int z) 
      voidclose() 
      java.io.DataInputStreamgetChunkDataInputStream(int p_76704_1_, - int p_76704_2_) 
      java.io.DataOutputStreamgetChunkDataOutputStream(int p_76710_1_, - int p_76710_2_) 
      booleanisChunkSaved(int p_76709_1_, - int p_76709_2_) 
      protected voidwrite(int p_76706_1_, - int p_76706_2_, - byte[] p_76706_3_, - int p_76706_4_) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        RegionFile

        -
        public RegionFile(java.io.File p_i2001_1_)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        chunkExists

        -
        public boolean chunkExists(int x,
        -                  int z)
        -
      • -
      - - - -
        -
      • -

        getChunkDataInputStream

        -
        public java.io.DataInputStream getChunkDataInputStream(int p_76704_1_,
        -                                              int p_76704_2_)
        -
      • -
      - - - -
        -
      • -

        getChunkDataOutputStream

        -
        public java.io.DataOutputStream getChunkDataOutputStream(int p_76710_1_,
        -                                                int p_76710_2_)
        -
      • -
      - - - -
        -
      • -

        write

        -
        protected void write(int p_76706_1_,
        -         int p_76706_2_,
        -         byte[] p_76706_3_,
        -         int p_76706_4_)
        -
      • -
      - - - -
        -
      • -

        isChunkSaved

        -
        public boolean isChunkSaved(int p_76709_1_,
        -                   int p_76709_2_)
        -
      • -
      - - - -
        -
      • -

        close

        -
        public void close()
        -           throws java.io.IOException
        -
        Throws:
        -
        java.io.IOException
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/world/chunk/storage/RegionFileCache.html b/javadoc/net/minecraft/world/chunk/storage/RegionFileCache.html deleted file mode 100644 index 0437c1f..0000000 --- a/javadoc/net/minecraft/world/chunk/storage/RegionFileCache.html +++ /dev/null @@ -1,305 +0,0 @@ - - - - - -RegionFileCache (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.world.chunk.storage
-

Class RegionFileCache

-
-
- -
-
    -
  • -
    -
    -
    public class RegionFileCache
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      RegionFileCache() 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      static voidclearRegionFileReferences() 
      static RegionFilecreateOrLoadRegionFile(java.io.File p_76550_0_, - int p_76550_1_, - int p_76550_2_) 
      static java.io.DataInputStreamgetChunkInputStream(java.io.File p_76549_0_, - int p_76549_1_, - int p_76549_2_) 
      static java.io.DataOutputStreamgetChunkOutputStream(java.io.File p_76552_0_, - int p_76552_1_, - int p_76552_2_) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        RegionFileCache

        -
        public RegionFileCache()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        createOrLoadRegionFile

        -
        public static RegionFile createOrLoadRegionFile(java.io.File p_76550_0_,
        -                                int p_76550_1_,
        -                                int p_76550_2_)
        -
      • -
      - - - -
        -
      • -

        clearRegionFileReferences

        -
        public static void clearRegionFileReferences()
        -
      • -
      - - - -
        -
      • -

        getChunkInputStream

        -
        public static java.io.DataInputStream getChunkInputStream(java.io.File p_76549_0_,
        -                                          int p_76549_1_,
        -                                          int p_76549_2_)
        -
      • -
      - - - -
        -
      • -

        getChunkOutputStream

        -
        public static java.io.DataOutputStream getChunkOutputStream(java.io.File p_76552_0_,
        -                                            int p_76552_1_,
        -                                            int p_76552_2_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/world/chunk/storage/package-frame.html b/javadoc/net/minecraft/world/chunk/storage/package-frame.html deleted file mode 100644 index d89c4db..0000000 --- a/javadoc/net/minecraft/world/chunk/storage/package-frame.html +++ /dev/null @@ -1,31 +0,0 @@ - - - - - -net.minecraft.world.chunk.storage (Forge API) - - - - -

net.minecraft.world.chunk.storage

-
-

Interfaces

- -

Classes

- -
- - diff --git a/javadoc/net/minecraft/world/chunk/storage/package-summary.html b/javadoc/net/minecraft/world/chunk/storage/package-summary.html deleted file mode 100644 index 642bea7..0000000 --- a/javadoc/net/minecraft/world/chunk/storage/package-summary.html +++ /dev/null @@ -1,178 +0,0 @@ - - - - - -net.minecraft.world.chunk.storage (Forge API) - - - - - - - -
- - - - - -
- - -
-

Package net.minecraft.world.chunk.storage

-
-
- -
- -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/world/chunk/storage/package-tree.html b/javadoc/net/minecraft/world/chunk/storage/package-tree.html deleted file mode 100644 index 8a036c4..0000000 --- a/javadoc/net/minecraft/world/chunk/storage/package-tree.html +++ /dev/null @@ -1,146 +0,0 @@ - - - - - -net.minecraft.world.chunk.storage Class Hierarchy (Forge API) - - - - - - - -
- - - - - -
- - -
-

Hierarchy For Package net.minecraft.world.chunk.storage

-Package Hierarchies: - -
-
-

Class Hierarchy

- -

Interface Hierarchy

- -
- -
- - - - - -
- - - - -- cgit v1.2.3