Uses of Enum Class
com.fs.starfarer.api.campaign.econ.InstallableIndustryItemPlugin.InstallableItemDescriptionMode
Packages that use InstallableIndustryItemPlugin.InstallableItemDescriptionMode
-
Uses of InstallableIndustryItemPlugin.InstallableItemDescriptionMode in com.fs.starfarer.api.campaign.econ
Methods in com.fs.starfarer.api.campaign.econ that return InstallableIndustryItemPlugin.InstallableItemDescriptionModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.InstallableIndustryItemPlugin.InstallableItemDescriptionMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.fs.starfarer.api.campaign.econ with parameters of type InstallableIndustryItemPlugin.InstallableItemDescriptionModeModifier and TypeMethodDescriptionvoid
InstallableIndustryItemPlugin.addItemDescription
(TooltipMakerAPI text, SpecialItemData data, InstallableIndustryItemPlugin.InstallableItemDescriptionMode mode) -
Uses of InstallableIndustryItemPlugin.InstallableItemDescriptionMode in com.fs.starfarer.api.impl.campaign.econ.impl
Methods in com.fs.starfarer.api.impl.campaign.econ.impl with parameters of type InstallableIndustryItemPlugin.InstallableItemDescriptionModeModifier and TypeMethodDescriptionvoid
BaseInstallableIndustryItemPlugin.addItemDescription
(TooltipMakerAPI text, SpecialItemData data, InstallableIndustryItemPlugin.InstallableItemDescriptionMode mode) void
BaseInstallableItemEffect.addItemDescription
(Industry industry, TooltipMakerAPI text, SpecialItemData data, InstallableIndustryItemPlugin.InstallableItemDescriptionMode mode) void
GenericInstallableItemPlugin.addItemDescription
(TooltipMakerAPI text, SpecialItemData data, InstallableIndustryItemPlugin.InstallableItemDescriptionMode mode) void
InstallableItemEffect.addItemDescription
(Industry industry, TooltipMakerAPI text, SpecialItemData data, InstallableIndustryItemPlugin.InstallableItemDescriptionMode mode) protected void
BaseInstallableItemEffect.addItemDescriptionImpl
(Industry industry, TooltipMakerAPI text, SpecialItemData data, InstallableIndustryItemPlugin.InstallableItemDescriptionMode mode, String pre, float pad) protected void
BaseInstallableItemEffect.addRequirements
(TooltipMakerAPI text, boolean canInstall, InstallableIndustryItemPlugin.InstallableItemDescriptionMode mode, String... reqs) float
BaseInstallableItemEffect.getItemDescPad
(InstallableIndustryItemPlugin.InstallableItemDescriptionMode mode) BaseInstallableItemEffect.getItemInstalledText
(TooltipMakerAPI text, SpecialItemData data, InstallableIndustryItemPlugin.InstallableItemDescriptionMode mode)