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/EmptyChunk.html | 849 ---------------------- 1 file changed, 849 deletions(-) delete mode 100644 javadoc/net/minecraft/world/chunk/EmptyChunk.html (limited to 'javadoc/net/minecraft/world/chunk/EmptyChunk.html') 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
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - -- cgit v1.2.3