Uses of Interface
net.minecraftforge.common.ForgeChunkManager.LoadingCallback

Packages that use ForgeChunkManager.LoadingCallback
net.minecraftforge.common   
 

Uses of ForgeChunkManager.LoadingCallback in net.minecraftforge.common
 

Subinterfaces of ForgeChunkManager.LoadingCallback in net.minecraftforge.common
static interface ForgeChunkManager.OrderedLoadingCallback
          This is a special LoadingCallback that can be implemented as well as the LoadingCallback to provide access to additional behaviour.
 

Methods in net.minecraftforge.common with parameters of type ForgeChunkManager.LoadingCallback
static void ForgeChunkManager.setForcedChunkLoadingCallback(Object mod, ForgeChunkManager.LoadingCallback callback)
          Set a chunkloading callback for the supplied mod object