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.dummyManagersprivate @Nullable ITicketManager<T> SimpleTicket.masterManagerMethods 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 voidSimpleTicket.setManager(ITicketManager<T> masterManager, ITicketManager<T>... dummyManagers) Internal method that sets the collection from the managing system.booleanSimpleTicket.unload(ITicketManager<T> unloadingManager) Called by the managing system when a ticket wishes to unload all of it's tickets, e.g.Method parameters in net.neoforged.neoforge.common.ticket with type arguments of type ITicketManagerModifier and TypeMethodDescriptionprotected final voidSimpleTicket.forEachManager(Consumer<ITicketManager<T>> consumer)