public static interface ForgeChunkManager.PlayerOrderedLoadingCallback extends ForgeChunkManager.LoadingCallback
| Modifier and Type | Method and Description | 
|---|---|
| com.google.common.collect.ListMultimap<java.lang.String,ForgeChunkManager.Ticket> | playerTicketsLoaded(com.google.common.collect.ListMultimap<java.lang.String,ForgeChunkManager.Ticket> tickets,
                   World world)Called back when tickets are loaded from the world to allow the
 mod to decide if it wants the ticket still. | 
ticketsLoadedcom.google.common.collect.ListMultimap<java.lang.String,ForgeChunkManager.Ticket> playerTicketsLoaded(com.google.common.collect.ListMultimap<java.lang.String,ForgeChunkManager.Ticket> tickets, World world)
tickets - The tickets that you will want to select from. The list is immutable and cannot be manipulated directly. Copy it first.world - The world