Class TeleportRequest

java.lang.Object
com.palmergames.bukkit.towny.object.TeleportRequest

public class TeleportRequest extends Object
Since:
0.99.0.10
  • Method Details

    • teleportRequest

      public static TeleportRequest teleportRequest(long requestTime, @NotNull @NotNull org.bukkit.Location destination, int cooldown)
    • teleportRequest

      public static TeleportRequest teleportRequest(long requestTime, @NotNull @NotNull org.bukkit.Location destination, int cooldown, double teleportCost, @Nullable @Nullable Account account)
    • requestTime

      public long requestTime()
    • destinationLocation

      @NotNull public @NotNull org.bukkit.Location destinationLocation()
    • cooldown

      public int cooldown()
    • teleportCost

      public double teleportCost()
    • teleportAccount

      @Nullable public final @Nullable Account teleportAccount()