Class AsyncTeleportPaper_13
- java.lang.Object
-
- io.papermc.lib.features.asyncteleport.AsyncTeleportPaper_13
-
- All Implemented Interfaces:
AsyncTeleport
public class AsyncTeleportPaper_13 extends java.lang.Object implements AsyncTeleport
-
-
Constructor Summary
Constructors Constructor Description AsyncTeleportPaper_13()
-
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
-
-