Package net.minecraftforge.common.world
Interface ForgeChunkManager.LoadingValidationCallback
- Enclosing class:
- ForgeChunkManager
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
validateTickets
(ServerLevel level, ForgeChunkManager.TicketHelper ticketHelper) Called back when tickets are about to be loaded and reinstated to allow mods to invalidate and remove specific tickets that may no longer be valid.
-
Method Details
-
validateTickets
Called back when tickets are about to be loaded and reinstated to allow mods to invalidate and remove specific tickets that may no longer be valid.- Parameters:
level
- The levelticketHelper
- Ticket helper to remove any invalid tickets.
-