Uses of Interface
net.minecraft.world.chunk.storage.IChunkLoader

Packages that use IChunkLoader
net.minecraft.world.chunk.storage   
net.minecraft.world.gen   
net.minecraft.world.storage   
net.minecraftforge.common   
 

Uses of IChunkLoader in net.minecraft.world.chunk.storage
 

Classes in net.minecraft.world.chunk.storage that implement IChunkLoader
 class AnvilChunkLoader
           
 

Methods in net.minecraft.world.chunk.storage that return IChunkLoader
 IChunkLoader AnvilSaveHandler.getChunkLoader(WorldProvider par1WorldProvider)
          Returns the chunk loader with the provided world provider
 

Uses of IChunkLoader in net.minecraft.world.gen
 

Fields in net.minecraft.world.gen declared as IChunkLoader
 IChunkLoader ChunkProviderServer.currentChunkLoader
           
 

Constructors in net.minecraft.world.gen with parameters of type IChunkLoader
ChunkProviderServer(WorldServer par1WorldServer, IChunkLoader par2IChunkLoader, IChunkProvider par3IChunkProvider)
           
 

Uses of IChunkLoader in net.minecraft.world.storage
 

Methods in net.minecraft.world.storage that return IChunkLoader
 IChunkLoader ISaveHandler.getChunkLoader(WorldProvider var1)
          Returns the chunk loader with the provided world provider
 IChunkLoader SaveHandlerMP.getChunkLoader(WorldProvider par1WorldProvider)
          Returns the chunk loader with the provided world provider
 IChunkLoader SaveHandler.getChunkLoader(WorldProvider par1WorldProvider)
          Returns the chunk loader with the provided world provider
 

Uses of IChunkLoader in net.minecraftforge.common
 

Methods in net.minecraftforge.common that return IChunkLoader
 IChunkLoader WorldSpecificSaveHandler.getChunkLoader(WorldProvider var1)