Package com.kamikazejam.kamicommon.event
Class PlayerPSTeleportEvent
java.lang.Object
org.bukkit.event.Event
com.kamikazejam.kamicommon.event.KamiCommonEvent
com.kamikazejam.kamicommon.event.PlayerPSTeleportEvent
- All Implemented Interfaces:
Runnable
,Cancellable
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
Event.Result
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPlayerPSTeleportEvent
(String teleporteeId, PS origin, Destination destination) -
Method Summary
Modifier and TypeMethodDescriptionstatic HandlerList
@NotNull HandlerList
void
setDestination
(Destination destination) Methods inherited from class com.kamikazejam.kamicommon.event.KamiCommonEvent
isCancelled, isSynchronous, run, setCancelled
Methods inherited from class org.bukkit.event.Event
getEventName, isAsynchronous
-
Field Details
-
teleporteeId
-
origin
-
destination
-
-
Constructor Details
-
PlayerPSTeleportEvent
-
-
Method Details
-
getHandlers
- Specified by:
getHandlers
in classEvent
-
getHandlerList
-
setDestination
-