CustomEventStartEvent

public class CustomEventStartEvent extends Event implements Cancellable

To clear up the weird naming system here, this event is called when custom event (the type created by users for the customizable in-game event system) is called, i.e. for treasure goblins, meteors and the dead moon event.

Constructors

Link copied to clipboard
public void CustomEventStartEvent(CustomEvent customEvent)

Properties

Link copied to clipboard
Link copied to clipboard
public final static HandlerList handlers

Functions

Link copied to clipboard
Link copied to clipboard
public static HandlerList getHandlerList()
Link copied to clipboard
public HandlerList getHandlers()
Link copied to clipboard
public boolean isCancelled()
Link copied to clipboard
public void setCancelled(boolean cancelled)
Link copied to clipboard
public void setCustomEvent(CustomEvent customEvent)

Inherited functions

Link copied to clipboard
public String getEventName()
Link copied to clipboard
public abstract HandlerList getHandlers()
Link copied to clipboard
public final boolean isAsynchronous()