Class TownyMapData
java.lang.Object
com.palmergames.bukkit.towny.object.map.TownyMapData
Object that is used to cache information used to display
the Towny ASCII Map. Considered old after 30 seconds.
- Since:
- 0.97.0.10
- Author:
- LlmDl
-
Constructor Summary
ConstructorDescriptionTownyMapData
(WorldCoord worldCoord, String symbol, net.kyori.adventure.text.TextComponent hoverText, String clickCommand) -
Method Summary
-
Constructor Details
-
TownyMapData
public TownyMapData(WorldCoord worldCoord, String symbol, net.kyori.adventure.text.TextComponent hoverText, String clickCommand)
-
-
Method Details
-
getWorldCoord
-
getTime
public long getTime() -
getSymbol
-
getHoverText
public net.kyori.adventure.text.TextComponent getHoverText() -
getClickCommand
-
isOld
public boolean isOld()
-