public static interface ChunkTicketManager.PlayerOrderedCallback extends ChunkTicketManager.Callback
Modifier and Type | Method and Description |
---|---|
ListMultimap<UUID,ChunkTicketManager.LoadingTicket> |
onPlayerLoaded(ImmutableListMultimap<UUID,ChunkTicketManager.LoadingTicket> tickets,
World world)
Callback for loading player Tickets during world load.
|
onLoaded
ListMultimap<UUID,ChunkTicketManager.LoadingTicket> onPlayerLoaded(ImmutableListMultimap<UUID,ChunkTicketManager.LoadingTicket> tickets, World world)
During this callback you cannot associate chunks to tickets. This callback gets all player-associated tickets registered by the plugin. Tickets absent from the returned Multimap will be released.
tickets
- The list of loaded tickets by playerworld
- The world tickets were loaded for