Class TeleportRequest
java.lang.Object
com.palmergames.bukkit.towny.object.TeleportRequest
- Since:
- 0.99.0.10
- 
Method SummaryModifier 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- 
teleportRequestpublic static TeleportRequest teleportRequest(long requestTime, @NotNull @NotNull org.bukkit.Location destination, int cooldown) 
- 
teleportRequestpublic static TeleportRequest teleportRequest(long requestTime, @NotNull @NotNull org.bukkit.Location destination, int cooldown, double teleportCost, @Nullable @Nullable Account account) 
- 
requestTimepublic long requestTime()
- 
destinationLocation@NotNull public @NotNull org.bukkit.Location destinationLocation()
- 
cooldownpublic int cooldown()
- 
teleportCostpublic double teleportCost()
- 
teleportAccount
 
-