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/chunk/EmptyChunk.html | 849 ++++++++++++++++++++++ 1 file changed, 849 insertions(+) create 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 new file mode 100644 index 0000000..88a9a02 --- /dev/null +++ b/javadoc/net/minecraft/world/chunk/EmptyChunk.html @@ -0,0 +1,849 @@ + + + + + +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