public static interface ForgeChunkManager.LoadingCallback
| Modifier and Type | Method and Description | 
|---|---|
void | 
ticketsLoaded(java.util.List<ForgeChunkManager.Ticket> tickets,
             World world)
Called back when tickets are loaded from the world to allow the
 mod to re-register the chunks associated with those tickets. 
 | 
void ticketsLoaded(java.util.List<ForgeChunkManager.Ticket> tickets, World world)
tickets - The tickets to re-register. The list is immutable and cannot be manipulated directly. Copy it first.world - the world