Class TeleportRequest
java.lang.Object
com.palmergames.bukkit.towny.object.TeleportRequest
- Since:
- 0.99.0.10
-
Method Summary
Modifier and TypeMethodDescriptionintcooldown()@NotNull org.bukkit.Locationlongfinal @Nullable Accountdoublestatic TeleportRequestteleportRequest(long requestTime, @NotNull org.bukkit.Location destination, int cooldown) static TeleportRequestteleportRequest(long requestTime, @NotNull org.bukkit.Location destination, int cooldown, double teleportCost, @Nullable Account account)
-
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
-