java.lang.Object
org.cloudburstmc.api.event.Event
org.cloudburstmc.api.event.player.PlayerEvent
org.cloudburstmc.api.event.player.PlayerTeleportEvent
- All Implemented Interfaces:
Cancellable
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionPlayerTeleportEvent(Player player, Location from, Location to, PlayerTeleportEvent.TeleportCause cause) -
Method Summary
Methods inherited from class org.cloudburstmc.api.event.player.PlayerEvent
getPlayerMethods inherited from class org.cloudburstmc.api.event.Event
isCancelled, setCancelled, setCancelledMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.cloudburstmc.api.event.Cancellable
isCancelled, setCancelled, setCancelled
-
Constructor Details
-
PlayerTeleportEvent
public PlayerTeleportEvent(Player player, Location from, Location to, PlayerTeleportEvent.TeleportCause cause)
-
-
Method Details
-
getFrom
-
getTo
-
getCause
-