Class TownyMapData

java.lang.Object
com.palmergames.bukkit.towny.object.map.TownyMapData

public class TownyMapData extends Object
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 Details

    • TownyMapData

      public TownyMapData(WorldCoord worldCoord, String symbol, net.kyori.adventure.text.TextComponent hoverText, String clickCommand)
  • Method Details

    • getWorldCoord

      public WorldCoord getWorldCoord()
    • getTime

      public long getTime()
    • getSymbol

      public String getSymbol()
    • getHoverText

      public net.kyori.adventure.text.TextComponent getHoverText()
    • getClickCommand

      public String getClickCommand()
    • isOld

      public boolean isOld()