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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleancall()Returns true if this event was called and not cancelled.
- 
Constructor Details- 
Eventpublic Event()
 
- 
- 
Method Details- 
callpublic boolean call()Returns true if this event was called and not cancelled.- Returns:
- !isCancelled
 
 
-