public static class ForgeChunkManager.ForceChunkEvent extends Event
Event.HasResult, Event.Result| Modifier and Type | Field and Description |
|---|---|
private ChunkPos |
location |
private ForgeChunkManager.Ticket |
ticket |
| Constructor and Description |
|---|
ForceChunkEvent(ForgeChunkManager.Ticket ticket,
ChunkPos location) |
| Modifier and Type | Method and Description |
|---|---|
ChunkPos |
getLocation() |
ForgeChunkManager.Ticket |
getTicket() |
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setupprivate final ForgeChunkManager.Ticket ticket
private final ChunkPos location
public ForceChunkEvent(ForgeChunkManager.Ticket ticket, ChunkPos location)
public ForgeChunkManager.Ticket getTicket()
public ChunkPos getLocation()