Uses of Interface
net.minecraftforge.common.ticket.ITicketManager
Packages that use ITicketManager
-
Uses of ITicketManager in net.minecraftforge.common.ticket
Subinterfaces of ITicketManager in net.minecraftforge.common.ticketClasses in net.minecraftforge.common.ticket that implement ITicketManagerFields in net.minecraftforge.common.ticket declared as ITicketManagerModifier and TypeFieldDescriptionprivate ITicketManager<T>[]
SimpleTicket.dummyManagers
private ITicketManager<T>
SimpleTicket.masterManager
Methods in net.minecraftforge.common.ticket that return ITicketManagerModifier and TypeMethodDescriptionprotected final ITicketManager<T>[]
SimpleTicket.getDummyManagers()
protected final ITicketManager<T>
SimpleTicket.getMasterManager()
Methods in net.minecraftforge.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.Method parameters in net.minecraftforge.common.ticket with type arguments of type ITicketManagerModifier and TypeMethodDescriptionprotected final void
SimpleTicket.forEachManager
(Consumer<ITicketManager<T>> consumer)