Package | Description |
---|---|
net.minecraftforge.common.ticket |
Modifier and Type | Interface and Description |
---|---|
interface |
ITicketGetter<T> |
Modifier and Type | Class and Description |
---|---|
class |
ChunkTicketManager<T> |
class |
MultiTicketManager<T>
Deprecated.
No longer needed,
SimpleTicket now accepts dummy managers |
Modifier and Type | Field and Description |
---|---|
private ITicketManager<T>[] |
SimpleTicket.dummyManagers |
private ITicketManager<T> |
SimpleTicket.masterManager |
Modifier and Type | Method and Description |
---|---|
protected ITicketManager<T>[] |
SimpleTicket.getDummyManagers() |
protected ITicketManager<T> |
SimpleTicket.getMasterManager() |
Modifier and Type | Method and Description |
---|---|
void |
SimpleTicket.setBackend(ITicketManager<T> ticketManager)
Deprecated.
|
void |
SimpleTicket.setManager(ITicketManager<T> masterManager,
ITicketManager<T>... dummyManagers)
Internal method that sets the collection from the managing system.
|
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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SimpleTicket.forEachManager(java.util.function.Consumer<ITicketManager<T>> consumer) |