Cancellablepublic class PortalCreateEvent extends WorldEvent implements Cancellable
| Modifier and Type | Class | Description | 
|---|---|---|
| static class  | PortalCreateEvent.CreateReason | An enum to specify the various reasons for a portal's creation | 
Event.Result| Constructor | Description | 
|---|---|
| PortalCreateEvent(java.util.Collection<Block> blocks,
                 World world,
                 PortalCreateEvent.CreateReason reason) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| java.util.ArrayList<Block> | getBlocks() | Gets an array list of all the blocks associated with the created portal | 
| static HandlerList | getHandlerList() | |
| HandlerList | getHandlers() | |
| PortalCreateEvent.CreateReason | getReason() | Gets the reason for the portal's creation | 
| boolean | isCancelled() | Gets the cancellation state of this event. | 
| void | setCancelled(boolean cancel) | Sets the cancellation state of this event. | 
callEvent, getEventName, isAsynchronousclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetWorldpublic PortalCreateEvent(java.util.Collection<Block> blocks, World world, PortalCreateEvent.CreateReason reason)
public java.util.ArrayList<Block> getBlocks()
public boolean isCancelled()
CancellableisCancelled in interface Cancellablepublic void setCancelled(boolean cancel)
CancellablesetCancelled in interface Cancellablecancel - true if you wish to cancel this eventpublic PortalCreateEvent.CreateReason getReason()
public HandlerList getHandlers()
getHandlers in class Eventpublic static HandlerList getHandlerList()
Copyright © 2018. All rights reserved.