Interface CommMessageAPI


public interface CommMessageAPI
  • Field Details

  • Method Details

    • getSubjectColor

      Color getSubjectColor()
    • setSubjectColor

      void setSubjectColor(Color defaultColor)
    • getOnDelivery

      OnMessageDeliveryScript getOnDelivery()
    • setOnDelivery

      void setOnDelivery(OnMessageDeliveryScript onDelivery)
    • getId

      String getId()
    • isAddToIntelTab

      boolean isAddToIntelTab()
    • setAddToIntelTab

      void setAddToIntelTab(boolean addToIntelTab)
    • getType

      String getType()
    • setType

      void setType(String type)
    • getShortType

      String getShortType()
    • setShortType

      void setShortType(String shortType)
    • getDeliveredBy

      String getDeliveredBy()
    • setDeliveredBy

      void setDeliveredBy(String deliveredBy)
    • getSender

      String getSender()
    • setSender

      void setSender(String sender)
    • getTimeSent

      long getTimeSent()
    • setTimeSent

      void setTimeSent(long timeSent)
    • getTimeReceived

      long getTimeReceived()
    • setTimeReceived

      void setTimeReceived(long timeReceived)
    • getSubject

      String getSubject()
    • setSubject

      void setSubject(String subject)
    • getSection1

      MessageSectionAPI getSection1()
    • getSection2

      MessageSectionAPI getSection2()
    • getSection3

      MessageSectionAPI getSection3()
    • getSound

      String getSound()
    • setSound

      void setSound(String sound)
    • getSmallIcon

      String getSmallIcon()
    • setSmallIcon

      void setSmallIcon(String smallIcon)
    • getImage

      String getImage()
    • setImage

      void setImage(String largeIcon)
    • getStarSystemId

      String getStarSystemId()
    • setStarSystemId

      void setStarSystemId(String starSystemId)
    • getLocationString

      String getLocationString()
    • setLocationString

      void setLocationString(String locationString)
    • getSubjectHighlights

      Highlights getSubjectHighlights()
    • setSubjectHighlights

      void setSubjectHighlights(Highlights subjectHighlights)
    • getChannel

      String getChannel()
    • setChannel

      void setChannel(String channel)
    • getCustomData

      Object getCustomData()
    • setCustomData

      void setCustomData(Object customData)
    • getEvent

    • getNote

      String getNote()
    • setNote

      void setNote(String note)
    • getNoteColor

      Color getNoteColor()
    • setNoteColor

      void setNoteColor(Color noteColor)
    • hasTag

      boolean hasTag(String tag)
    • addTag

      void addTag(String tag)
    • removeTag

      void removeTag(String tag)
    • getTags

      Collection<String> getTags()
    • clearTags

      void clearTags()
    • getCustomMap

      Map<String,Object> getCustomMap()
    • getMarketId

      String getMarketId()
    • setMarketId

      void setMarketId(String marketId)
    • getMarket

      MarketAPI getMarket()
    • getPriceUpdates

    • setPriceUpdates

      void setPriceUpdates(List<CampaignEventPlugin.PriceUpdatePlugin> priceUpdates)
    • isShowInCampaignList

      boolean isShowInCampaignList()
    • setShowInCampaignList

      void setShowInCampaignList(boolean showInCampaignList)
    • getAction

    • setAction

      void setAction(CommMessageAPI.MessageClickAction action)
    • getLocInHyper

      org.lwjgl.util.vector.Vector2f getLocInHyper()
    • setLocInHyper

      void setLocInHyper(org.lwjgl.util.vector.Vector2f locInHyper)
    • getCenterMapOnEntity

      SectorEntityToken getCenterMapOnEntity()
    • setCenterMapOnEntity

      void setCenterMapOnEntity(SectorEntityToken centerMapOnEntity)