Uses of Enum Class
com.fs.starfarer.api.ui.IconRenderMode
Packages that use IconRenderMode
-
Uses of IconRenderMode in com.fs.starfarer.api.ui
Methods in com.fs.starfarer.api.ui that return IconRenderModeModifier and TypeMethodDescriptionstatic IconRenderMode
Returns the enum constant of this class with the specified name.static IconRenderMode[]
IconRenderMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.fs.starfarer.api.ui with parameters of type IconRenderModeModifier and TypeMethodDescriptionvoid
IconGroupAPI.addIconGroup
(String commodityId, IconRenderMode mode, int count, Object custom) void
TooltipMakerAPI.addIcons
(CommodityOnMarketAPI com, int num, IconRenderMode mode) void
TooltipMakerAPI.addIcons
(CommoditySpecAPI com, int num, IconRenderMode mode)