Class TileStatusEvent


  • public class TileStatusEvent
    extends Event
    Event gets send when the map was updated. Either by the user or the bot or something else.
    • Field Detail

      • coordinate

        public CubeCoordinate coordinate
        Coordinate of changed tile
      • tile

        public Tile tile
        Data of the changed tile. This field may be null. (e.g. on remove)
    • Constructor Detail

      • TileStatusEvent

        public TileStatusEvent​(org.json.JSONObject data)
        Creates a TileClickedEvent from json data.
        Parameters:
        data - json data
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object