Uses of Interface
net.neoforged.neoforge.common.ticket.ITicketManager
Packages that use ITicketManager
-
Uses of ITicketManager in net.neoforged.neoforge.common.ticket
Subinterfaces of ITicketManager in net.neoforged.neoforge.common.ticketClasses in net.neoforged.neoforge.common.ticket that implement ITicketManagerFields in net.neoforged.neoforge.common.ticket declared as ITicketManagerModifier and TypeFieldDescriptionprivate ITicketManager<T>[]
SimpleTicket.dummyManagers
private @Nullable ITicketManager
<T> SimpleTicket.masterManager
Methods in net.neoforged.neoforge.common.ticket that return ITicketManagerModifier and TypeMethodDescriptionprotected final ITicketManager<T>[]
SimpleTicket.getDummyManagers()
protected final ITicketManager
<T> SimpleTicket.getMasterManager()
Methods in net.neoforged.neoforge.common.ticket with parameters of type ITicketManagerModifier and TypeMethodDescriptionfinal void
SimpleTicket.setManager
(ITicketManager<T> masterManager, ITicketManager<T>... dummyManagers) Internal method that sets the collection from the managing system.boolean
SimpleTicket.unload
(ITicketManager<T> unloadingManager) Called by the managing system when a ticket wishes to unload all of it's tickets, e.g. on chunk unload
The ticket must not remove itself from the manager that is calling the unload!Method parameters in net.neoforged.neoforge.common.ticket with type arguments of type ITicketManagerModifier and TypeMethodDescriptionprotected final void
SimpleTicket.forEachManager
(Consumer<ITicketManager<T>> consumer)