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