Class AsyncTeleportSync
- java.lang.Object
-
- io.papermc.lib.features.asyncteleport.AsyncTeleportSync
-
- All Implemented Interfaces:
AsyncTeleport
public class AsyncTeleportSync extends java.lang.Object implements AsyncTeleport
-
-
Constructor Summary
Constructors Constructor Description AsyncTeleportSync()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<java.lang.Boolean>teleportAsync(org.bukkit.entity.Entity entity, org.bukkit.Location location, org.bukkit.event.player.PlayerTeleportEvent.TeleportCause cause)
-
-
-
Method Detail
-
teleportAsync
public java.util.concurrent.CompletableFuture<java.lang.Boolean> teleportAsync(org.bukkit.entity.Entity entity, org.bukkit.Location location, org.bukkit.event.player.PlayerTeleportEvent.TeleportCause cause)- Specified by:
teleportAsyncin interfaceAsyncTeleport
-
-