Package de.eldoria.schematicbrush.event
Class PrePasteEvent
java.lang.Object
org.bukkit.event.Event
de.eldoria.schematicbrush.event.PasteEvent
de.eldoria.schematicbrush.event.PrePasteEvent
- All Implemented Interfaces:
Cancellable
A paste event.
The event may be asynchronous.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
Event.Result
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic HandlerList
@NotNull HandlerList
boolean
void
setCancelled
(boolean cancelled) Methods inherited from class de.eldoria.schematicbrush.event.PasteEvent
paste, player, schematic, schematicSet
Methods inherited from class org.bukkit.event.Event
callEvent, getEventName, isAsynchronous
-
Field Details
-
HANDLERS
-
-
Constructor Details
-
PrePasteEvent
-
-
Method Details
-
getHandlerList
-
getHandlers
- Overrides:
getHandlers
in classPasteEvent
-
isCancelled
public boolean isCancelled()- Specified by:
isCancelled
in interfaceCancellable
-
setCancelled
public void setCancelled(boolean cancelled) - Specified by:
setCancelled
in interfaceCancellable
-