Package com.sk89q.worldedit.event
Class Event
java.lang.Object
com.sk89q.worldedit.event.Event
- Direct Known Subclasses:
AbstractCancellable
,ActorSaveClipboardEvent
,BlockInteractEvent
,CommandSuggestionEvent
,ConfigurationLoadEvent
,EditSessionEvent
,PasteEvent
,PlatformEvent
,PlatformInitializeEvent
,PlatformsRegisteredEvent
,PlayerInputEvent
,SessionIdleEvent
An abstract base class for all WorldEdit events.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
call()
Returns true if this event was called and not cancelled.
-
Constructor Details
-
Event
public Event()
-
-
Method Details
-
call
public boolean call()Returns true if this event was called and not cancelled.- Returns:
- !isCancelled
-