Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AsyncTeleportSync

        public AsyncTeleportSync()
    • 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:
        teleportAsync in interface AsyncTeleport