| Modifier and Type | Field and Description | 
|---|---|
| private Chunk | ChunkProviderClient. blankChunk | 
| Modifier and Type | Field and Description | 
|---|---|
| private it.unimi.dsi.fastutil.longs.Long2ObjectMap<Chunk> | ChunkProviderClient. chunkMapping | 
| Modifier and Type | Method and Description | 
|---|---|
| Chunk | ChunkProviderClient. getLoadedChunk(int x,
              int z) | 
| Chunk | ChunkProviderClient. loadChunk(int chunkX,
         int chunkZ) | 
| Chunk | ChunkProviderClient. provideChunk(int x,
            int z) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | WorldClient. playMoodSoundAndCheckLight(int p_147467_1_,
                          int p_147467_2_,
                          Chunk chunkIn) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | EntityTracker. sendLeashedEntitiesInChunk(EntityPlayerMP player,
                          Chunk chunkIn) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected int | SPacketChunkData. calculateChunkSize(Chunk chunkIn,
                  boolean p_189556_2_,
                  int p_189556_3_) | 
| int | SPacketChunkData. extractChunkData(PacketBuffer buf,
                Chunk chunkIn,
                boolean writeSkylight,
                int changedSectionFilter) | 
| Constructor and Description | 
|---|
| BlockUpdateData(short p_i46545_2_,
               Chunk p_i46545_3_) | 
| SPacketChunkData(Chunk chunkIn,
                int changedSectionFilter) | 
| SPacketMultiBlockChange(int p_i46959_1_,
                       short[] p_i46959_2_,
                       Chunk p_i46959_3_) | 
| Modifier and Type | Field and Description | 
|---|---|
| private Chunk | PlayerChunkMapEntry. chunk | 
| Modifier and Type | Method and Description | 
|---|---|
| Chunk | PlayerChunkMapEntry. getChunk() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.Iterator<Chunk> | PlayerChunkMap. getChunkIterator() | 
| Modifier and Type | Method and Description | 
|---|---|
| private static Chunk | TileEntityEndGateway. getChunk(World worldIn,
        Vec3d vec3) | 
| Modifier and Type | Method and Description | 
|---|---|
| private static BlockPos | TileEntityEndGateway. findSpawnpointInChunk(Chunk chunkIn) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Chunk[][] | ChunkCache. chunkArray | 
| Modifier and Type | Method and Description | 
|---|---|
| Chunk | World. getChunkFromBlockCoords(BlockPos pos) | 
| Chunk | World. getChunkFromChunkCoords(int chunkX,
                       int chunkZ) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.Iterator<Chunk> | World. getPersistentChunkIterable(java.util.Iterator<Chunk> chunkIterator) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | WorldProvider. canDoLightning(Chunk chunk) | 
| boolean | WorldProvider. canDoRainSnowIce(Chunk chunk) | 
| java.util.List<NextTickListEntry> | World. getPendingBlockUpdates(Chunk chunkIn,
                      boolean remove) | 
| java.util.List<NextTickListEntry> | WorldServer. getPendingBlockUpdates(Chunk chunkIn,
                      boolean remove) | 
| void | World. markAndNotifyBlock(BlockPos pos,
                  Chunk chunk,
                  IBlockState iblockstate,
                  IBlockState newState,
                  int flags) | 
| void | World. markTileEntitiesInChunkForRemoval(Chunk chunk)Deprecated.  | 
| protected void | World. playMoodSoundAndCheckLight(int p_147467_1_,
                          int p_147467_2_,
                          Chunk chunkIn) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.Iterator<Chunk> | World. getPersistentChunkIterable(java.util.Iterator<Chunk> chunkIterator) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EmptyChunk | 
| Modifier and Type | Method and Description | 
|---|---|
| Chunk | IChunkProvider. getLoadedChunk(int x,
              int z) | 
| Chunk | IChunkProvider. provideChunk(int x,
            int z) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Chunk | AnvilChunkLoader. checkedReadChunkFromNBT(World worldIn,
                       int x,
                       int z,
                       NBTTagCompound compound) | 
| Chunk | AnvilChunkLoader. loadChunk(World worldIn,
         int x,
         int z) | 
| Chunk | IChunkLoader. loadChunk(World worldIn,
         int x,
         int z) | 
| private Chunk | AnvilChunkLoader. readChunkFromNBT(World worldIn,
                NBTTagCompound compound) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AnvilChunkLoader. loadEntities(World worldIn,
            NBTTagCompound compound,
            Chunk chunk) | 
| static Entity | AnvilChunkLoader. readChunkEntity(NBTTagCompound compound,
               World worldIn,
               Chunk chunkIn) | 
| void | AnvilChunkLoader. saveChunk(World worldIn,
         Chunk chunkIn) | 
| void | IChunkLoader. saveChunk(World worldIn,
         Chunk chunkIn) | 
| void | AnvilChunkLoader. saveExtraChunkData(World worldIn,
                  Chunk chunkIn) | 
| void | IChunkLoader. saveExtraChunkData(World worldIn,
                  Chunk chunkIn) | 
| private void | AnvilChunkLoader. writeChunkToNBT(Chunk chunkIn,
               World worldIn,
               NBTTagCompound compound) | 
| Modifier and Type | Field and Description | 
|---|---|
| it.unimi.dsi.fastutil.longs.Long2ObjectMap<Chunk> | ChunkProviderServer. id2ChunkMap | 
| Modifier and Type | Method and Description | 
|---|---|
| Chunk | ChunkGeneratorHell. generateChunk(int x,
             int z) | 
| Chunk | ChunkGeneratorEnd. generateChunk(int x,
             int z) | 
| Chunk | IChunkGenerator. generateChunk(int x,
             int z) | 
| Chunk | ChunkGeneratorDebug. generateChunk(int x,
             int z) | 
| Chunk | ChunkGeneratorOverworld. generateChunk(int x,
             int z) | 
| Chunk | ChunkGeneratorFlat. generateChunk(int x,
             int z) | 
| Chunk | ChunkProviderServer. getLoadedChunk(int x,
              int z) | 
| Chunk | ChunkProviderServer. loadChunk(int x,
         int z) | 
| Chunk | ChunkProviderServer. loadChunk(int x,
         int z,
         java.lang.Runnable runnable) | 
| private Chunk | ChunkProviderServer. loadChunkFromFile(int x,
                 int z) | 
| Chunk | ChunkProviderServer. provideChunk(int x,
            int z) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.Collection<Chunk> | ChunkProviderServer. getLoadedChunks() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | ChunkGeneratorHell. generateStructures(Chunk chunkIn,
                  int x,
                  int z) | 
| boolean | ChunkGeneratorEnd. generateStructures(Chunk chunkIn,
                  int x,
                  int z) | 
| boolean | IChunkGenerator. generateStructures(Chunk chunkIn,
                  int x,
                  int z) | 
| boolean | ChunkGeneratorDebug. generateStructures(Chunk chunkIn,
                  int x,
                  int z) | 
| boolean | ChunkGeneratorOverworld. generateStructures(Chunk chunkIn,
                  int x,
                  int z) | 
| boolean | ChunkGeneratorFlat. generateStructures(Chunk chunkIn,
                  int x,
                  int z) | 
| void | ChunkProviderServer. queueUnload(Chunk chunkIn) | 
| void | ChunkGeneratorHell. recreateStructures(Chunk chunkIn,
                  int x,
                  int z) | 
| void | ChunkGeneratorEnd. recreateStructures(Chunk chunkIn,
                  int x,
                  int z) | 
| void | IChunkGenerator. recreateStructures(Chunk chunkIn,
                  int x,
                  int z) | 
| void | ChunkGeneratorDebug. recreateStructures(Chunk chunkIn,
                  int x,
                  int z) | 
| void | ChunkGeneratorOverworld. recreateStructures(Chunk chunkIn,
                  int x,
                  int z) | 
| void | ChunkGeneratorFlat. recreateStructures(Chunk chunkIn,
                  int x,
                  int z) | 
| private void | ChunkProviderServer. saveChunkData(Chunk chunkIn) | 
| private void | ChunkProviderServer. saveChunkExtraData(Chunk chunkIn) | 
| Modifier and Type | Field and Description | 
|---|---|
| Chunk | ForgeChunkManager.ChunkEntry. chunk | 
| Modifier and Type | Method and Description | 
|---|---|
| static Chunk | ForgeChunkManager. fetchDormantChunk(long coords,
                 World world) | 
| Modifier and Type | Method and Description | 
|---|---|
| static java.util.Iterator<Chunk> | ForgeChunkManager. getPersistentChunksIterableFor(World world,
                              java.util.Iterator<Chunk> chunkIterator) | 
| Modifier and Type | Method and Description | 
|---|---|
| private static void | ForgeChunkManager. loadChunkEntities(Chunk chunk,
                 NBTTagCompound nbt,
                 World world) | 
| static void | ForgeChunkManager. putDormantChunk(long coords,
               Chunk chunk) | 
| (package private) static void | FarmlandWaterManager. removeTickets(Chunk chunk) | 
| static void | ForgeChunkManager. storeChunkNBT(Chunk chunk,
             NBTTagCompound nbt) | 
| Modifier and Type | Method and Description | 
|---|---|
| static java.util.Iterator<Chunk> | ForgeChunkManager. getPersistentChunksIterableFor(World world,
                              java.util.Iterator<Chunk> chunkIterator) | 
| Constructor and Description | 
|---|
| ChunkEntry(Chunk chunk) | 
| Modifier and Type | Field and Description | 
|---|---|
| private Chunk | ChunkIOProvider. chunk | 
| Modifier and Type | Method and Description | 
|---|---|
| Chunk | ChunkIOProvider. getChunk() | 
| static Chunk | ChunkIOExecutor. syncChunkLoad(World world,
             AnvilChunkLoader loader,
             ChunkProviderServer provider,
             int x,
             int z) | 
| Modifier and Type | Method and Description | 
|---|---|
| static CapabilityDispatcher | ForgeEventFactory. gatherCapabilities(Chunk chunk) | 
| Modifier and Type | Field and Description | 
|---|---|
| private Chunk | ChunkEvent. chunk | 
| private Chunk | ChunkWatchEvent. chunkInstance | 
| Modifier and Type | Method and Description | 
|---|---|
| Chunk | ChunkEvent. getChunk() | 
| Chunk | ChunkWatchEvent. getChunkInstance()The affected chunk. | 
| Constructor and Description | 
|---|
| ChunkDataEvent(Chunk chunk,
              NBTTagCompound data) | 
| ChunkEvent(Chunk chunk) | 
| ChunkWatchEvent(Chunk chunk,
               EntityPlayerMP player) | 
| Load(Chunk chunk) | 
| Load(Chunk chunk,
    NBTTagCompound data) | 
| Save(Chunk chunk,
    NBTTagCompound data) | 
| Unload(Chunk chunk) | 
| UnWatch(Chunk chunk,
       EntityPlayerMP player) | 
| Watch(Chunk chunk,
     EntityPlayerMP player) |