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/Chunk.html | 1277 ++++++++++++++++++++++++++ 1 file changed, 1277 insertions(+) create mode 100644 javadoc/net/minecraft/world/chunk/Chunk.html (limited to 'javadoc/net/minecraft/world/chunk/Chunk.html') diff --git a/javadoc/net/minecraft/world/chunk/Chunk.html b/javadoc/net/minecraft/world/chunk/Chunk.html new file mode 100644 index 0000000..1d9cb73 --- /dev/null +++ b/javadoc/net/minecraft/world/chunk/Chunk.html @@ -0,0 +1,1277 @@ + + + + + +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 -
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3