Interface CommMessageAPI
public interface CommMessageAPI
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
getEvent()
getId()
getImage()
org.lwjgl.util.vector.Vector2f
getNote()
getSound()
getTags()
long
long
getType()
boolean
boolean
boolean
void
void
void
setAddToIntelTab
(boolean addToIntelTab) void
setCenterMapOnEntity
(SectorEntityToken centerMapOnEntity) void
setChannel
(String channel) void
setCustomData
(Object customData) void
setDeliveredBy
(String deliveredBy) void
void
setLocationString
(String locationString) void
setLocInHyper
(org.lwjgl.util.vector.Vector2f locInHyper) void
setMarketId
(String marketId) void
void
setNoteColor
(Color noteColor) void
setOnDelivery
(OnMessageDeliveryScript onDelivery) void
setPriceUpdates
(List<CampaignEventPlugin.PriceUpdatePlugin> priceUpdates) void
void
setShortType
(String shortType) void
setShowInCampaignList
(boolean showInCampaignList) void
setSmallIcon
(String smallIcon) void
void
setStarSystemId
(String starSystemId) void
setSubject
(String subject) void
setSubjectColor
(Color defaultColor) void
setSubjectHighlights
(Highlights subjectHighlights) void
setTimeReceived
(long timeReceived) void
setTimeSent
(long timeSent) void
-
Field Details
-
MESSAGE_FACTION_ID_KEY
- See Also:
-
MESSAGE_PERSON_ID_KEY
- See Also:
-
-
Method Details
-
getSubjectColor
Color getSubjectColor() -
setSubjectColor
-
getOnDelivery
OnMessageDeliveryScript getOnDelivery() -
setOnDelivery
-
getId
String getId() -
isAddToIntelTab
boolean isAddToIntelTab() -
setAddToIntelTab
void setAddToIntelTab(boolean addToIntelTab) -
getType
String getType() -
setType
-
getShortType
String getShortType() -
setShortType
-
getDeliveredBy
String getDeliveredBy() -
setDeliveredBy
-
getSender
String getSender() -
setSender
-
getTimeSent
long getTimeSent() -
setTimeSent
void setTimeSent(long timeSent) -
getTimeReceived
long getTimeReceived() -
setTimeReceived
void setTimeReceived(long timeReceived) -
getSubject
String getSubject() -
setSubject
-
getSection1
MessageSectionAPI getSection1() -
getSection2
MessageSectionAPI getSection2() -
getSection3
MessageSectionAPI getSection3() -
getSound
String getSound() -
setSound
-
getSmallIcon
String getSmallIcon() -
setSmallIcon
-
getImage
String getImage() -
setImage
-
getStarSystemId
String getStarSystemId() -
setStarSystemId
-
getLocationString
String getLocationString() -
setLocationString
-
getSubjectHighlights
Highlights getSubjectHighlights() -
setSubjectHighlights
-
getChannel
String getChannel() -
setChannel
-
getCustomData
Object getCustomData() -
setCustomData
-
getEvent
CampaignEventPlugin getEvent() -
getNote
String getNote() -
setNote
-
getNoteColor
Color getNoteColor() -
setNoteColor
-
hasTag
-
addTag
-
removeTag
-
getTags
Collection<String> getTags() -
clearTags
void clearTags() -
getCustomMap
-
getMarketId
String getMarketId() -
setMarketId
-
getMarket
MarketAPI getMarket() -
getPriceUpdates
List<CampaignEventPlugin.PriceUpdatePlugin> getPriceUpdates() -
setPriceUpdates
-
isShowInCampaignList
boolean isShowInCampaignList() -
setShowInCampaignList
void setShowInCampaignList(boolean showInCampaignList) -
getAction
CommMessageAPI.MessageClickAction getAction() -
setAction
-
getLocInHyper
org.lwjgl.util.vector.Vector2f getLocInHyper() -
setLocInHyper
void setLocInHyper(org.lwjgl.util.vector.Vector2f locInHyper) -
getCenterMapOnEntity
SectorEntityToken getCenterMapOnEntity() -
setCenterMapOnEntity
-