Package de.eldoria.schematicbrush.event
Class PasteEvent
java.lang.Object
org.bukkit.event.Event
de.eldoria.schematicbrush.event.PasteEvent
- Direct Known Subclasses:
PostPasteEvent
,PrePasteEvent
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
paste()
The brush paste which contains the paste parameterplayer()
Player who pastedThe pasted schematicThe schematic set which contains the schematicMethods inherited from class org.bukkit.event.Event
callEvent, getEventName, isAsynchronous
-
Field Details
-
HANDLERS
-
-
Constructor Details
-
PasteEvent
-
-
Method Details
-
getHandlerList
-
player
Player who pasted- Returns:
- player
-
schematic
The pasted schematic- Returns:
- schematic
-
schematicSet
The schematic set which contains the schematic- Returns:
- schematic set
- Since:
- 2.0.2
-
paste
The brush paste which contains the paste parameter- Returns:
- brush paste
- Since:
- 2.1.2
-
getHandlers
- Specified by:
getHandlers
in classEvent
-