public static interface ForgeChunkManager.PlayerOrderedLoadingCallback extends ForgeChunkManager.LoadingCallback
Modifier and Type | Method and Description |
---|---|
<any> |
playerTicketsLoaded(<any> tickets,
World world)
Called back when tickets are loaded from the world to allow the
mod to decide if it wants the ticket still.
|
ticketsLoaded
<any> playerTicketsLoaded(<any> 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