Uses of Class
net.minecraftforge.common.ForgeChunkManager.Type

Packages that use ForgeChunkManager.Type
net.minecraftforge.common   
 

Uses of ForgeChunkManager.Type in net.minecraftforge.common
 

Methods in net.minecraftforge.common that return ForgeChunkManager.Type
 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.
 

Methods in net.minecraftforge.common with parameters of type ForgeChunkManager.Type
static ForgeChunkManager.Ticket ForgeChunkManager.requestPlayerTicket(Object mod, EntityPlayer 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