Package one.tranic.irs
Class Teleport
java.lang.Object
one.tranic.irs.Teleport
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanteleport(org.bukkit.entity.Entity entity, org.bukkit.entity.Entity destination) static booleanteleport(org.bukkit.entity.Entity entity, org.bukkit.Location location) static booleanteleport(org.bukkit.entity.Entity entity, org.bukkit.Location location, org.bukkit.event.player.PlayerTeleportEvent.TeleportCause cause) static CompletableFuture<Boolean>teleportAsync(org.bukkit.entity.Entity entity, org.bukkit.entity.Entity destination) static CompletableFuture<Boolean>teleportAsync(org.bukkit.entity.Entity entity, org.bukkit.Location location) static CompletableFuture<Boolean>teleportAsync(org.bukkit.entity.Entity entity, org.bukkit.Location location, org.bukkit.event.player.PlayerTeleportEvent.TeleportCause cause)
-
Constructor Details
-
Teleport
public Teleport()
-
-
Method Details
-
teleport
public static boolean teleport(org.bukkit.entity.Entity entity, org.bukkit.Location location) -
teleport
public static boolean teleport(org.bukkit.entity.Entity entity, org.bukkit.entity.Entity destination) -
teleport
public static boolean teleport(org.bukkit.entity.Entity entity, org.bukkit.Location location, org.bukkit.event.player.PlayerTeleportEvent.TeleportCause cause) -
teleportAsync
public static CompletableFuture<Boolean> teleportAsync(org.bukkit.entity.Entity entity, org.bukkit.Location location) -
teleportAsync
public static CompletableFuture<Boolean> teleportAsync(org.bukkit.entity.Entity entity, org.bukkit.entity.Entity destination) -
teleportAsync
public static CompletableFuture<Boolean> teleportAsync(org.bukkit.entity.Entity entity, org.bukkit.Location location, org.bukkit.event.player.PlayerTeleportEvent.TeleportCause cause)
-