Class AsyncSafetyTeleporter
java.lang.Object
org.mvplugins.multiverse.core.teleportation.AsyncSafetyTeleporter
Teleports entities safely and asynchronously. Provider for the
AsyncSafetyTeleporter.-
Method Summary
Modifier and TypeMethodDescriptionto(@Nullable org.bukkit.Location location) Sets the location to teleport to.to(@Nullable DestinationInstance<?, ?> destination) Sets the destination to teleport to.
-
Method Details
-
to
Sets the location to teleport to.- Parameters:
location- The location- Returns:
- A new
AsyncSafetyTeleporterActionto be chained
-
to
Sets the destination to teleport to.- Parameters:
destination- The destination- Returns:
- A new
AsyncSafetyTeleporterActionto be chained
-