Package | Description |
---|---|
net.minecraftforge.common |
Modifier and Type | Method and Description |
---|---|
ForgeChunkManager.Type |
ForgeChunkManager.Ticket.getType()
Gets the ticket type
|
static ForgeChunkManager.Type |
ForgeChunkManager.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ForgeChunkManager.Type[] |
ForgeChunkManager.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ForgeChunkManager.Ticket |
ForgeChunkManager.requestPlayerTicket(Object mod,
String player,
World world,
ForgeChunkManager.Type type) |
static ForgeChunkManager.Ticket |
ForgeChunkManager.requestTicket(Object mod,
World world,
ForgeChunkManager.Type type)
Request a chunkloading ticket of the appropriate type for the supplied mod
|