Package com.fs.starfarer.api.campaign
Interface CustomEntitySpecAPI
public interface CustomEntitySpecAPI
-
Method Summary
Modifier and TypeMethodDescriptiongetAOrAn()
float
float
float
float
float
getId()
float
float
float
float
float
getTags()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
setDetectionRange
(float detectionRange) void
setDiscoverable
(boolean discoverable) void
setDiscoveryXP
(float discoveryXP) void
setIconColor
(Color iconColor)
-
Method Details
-
getNameInText
String getNameInText() -
getAOrAn
String getAOrAn() -
getIsOrAre
String getIsOrAre() -
isRenderCircleIndicatorSelectionFlash
boolean isRenderCircleIndicatorSelectionFlash() -
isRenderCircleIndicator
boolean isRenderCircleIndicator() -
isScaleIconWithZoom
boolean isScaleIconWithZoom() -
isInteractable
boolean isInteractable() -
getSheetName
String getSheetName() -
getSheetCellSize
float getSheetCellSize() -
getInteractionImage
String getInteractionImage() -
isUseLightColor
boolean isUseLightColor() -
isRenderShadow
boolean isRenderShadow() -
isScaleNameWithZoom
boolean isScaleNameWithZoom() -
getNameShadowColor
Color getNameShadowColor() -
isShowInCampaign
boolean isShowInCampaign() -
getDefaultRadius
float getDefaultRadius() -
getIconWidth
float getIconWidth() -
getIconHeight
float getIconHeight() -
getSpriteWidth
float getSpriteWidth() -
getSpriteHeight
float getSpriteHeight() -
isShowIconOnMap
boolean isShowIconOnMap() -
isShowNameOnMap
boolean isShowNameOnMap() -
getNameFont
String getNameFont() -
getNameFontScale
float getNameFontScale() -
getNameAngle
float getNameAngle() -
getNameColor
Color getNameColor() -
getDefaultName
String getDefaultName() -
getCustomDescriptionId
String getCustomDescriptionId() -
getTags
-
getLayers
List<CampaignEngineLayers> getLayers() -
getId
String getId() -
getIconName
String getIconName() -
getSpriteName
String getSpriteName() -
getPluginClassName
String getPluginClassName() -
getPlugin
CustomCampaignEntityPlugin getPlugin() -
getShortName
String getShortName() -
isScaleIconSizeBasedOnDefaultRadius
boolean isScaleIconSizeBasedOnDefaultRadius() -
getDetectionRange
float getDetectionRange() -
setDetectionRange
void setDetectionRange(float detectionRange) -
setDiscoverable
void setDiscoverable(boolean discoverable) -
isDiscoverable
boolean isDiscoverable() -
getIconColor
Color getIconColor() -
setIconColor
-
getDiscoveryXP
float getDiscoveryXP() -
setDiscoveryXP
void setDiscoveryXP(float discoveryXP)
-