net.minecraftforge.common
Class ForgeChunkManager.ForceChunkEvent

java.lang.Object
  extended by net.minecraftforge.event.Event
      extended by net.minecraftforge.common.ForgeChunkManager.ForceChunkEvent
Enclosing class:
ForgeChunkManager

public static class ForgeChunkManager.ForceChunkEvent
extends Event


Nested Class Summary
 
Nested classes/interfaces inherited from class net.minecraftforge.event.Event
Event.HasResult, Event.Result
 
Field Summary
 ChunkCoordIntPair location
           
 ForgeChunkManager.Ticket ticket
           
 
Constructor Summary
ForgeChunkManager.ForceChunkEvent(ForgeChunkManager.Ticket ticket, ChunkCoordIntPair location)
           
 
Method Summary
 
Methods inherited from class net.minecraftforge.event.Event
getListenerList, getResult, hasResult, isCancelable, isCanceled, setCanceled, setResult
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ticket

public final ForgeChunkManager.Ticket ticket

location

public final ChunkCoordIntPair location
Constructor Detail

ForgeChunkManager.ForceChunkEvent

public ForgeChunkManager.ForceChunkEvent(ForgeChunkManager.Ticket ticket,
                                         ChunkCoordIntPair location)