1package com.fs.starfarer.api.campaign.impl.items;
5import com.fs.starfarer.api.Global;
6import com.fs.starfarer.api.campaign.CargoTransferHandlerAPI;
7import com.fs.starfarer.api.impl.campaign.shared.WormholeManager.WormholeItemData;
8import com.fs.starfarer.api.ui.TooltipMakerAPI;
9import com.fs.starfarer.api.util.Misc;
18 return super.getName() +
" '" + itemData.name +
"'";
51 addCostLabel(tooltip, opad, transferHandler, stackSource);
58 return super.getTooltipWidth();
static boolean CODEX_TOOLTIP_MODE
void addCostLabel(TooltipMakerAPI tooltip, float pad, CargoTransferHandlerAPI transferHandler, Object stackSource)
void createTooltip(TooltipMakerAPI tooltip, boolean expanded, CargoTransferHandlerAPI transferHandler, Object stackSource)
boolean isTooltipExpandable()
static Color getTextColor()
static Color getButtonTextColor()
static Color getGrayColor()
static Color getHighlightColor()
static LabelAPI addDesignTypePara(TooltipMakerAPI tooltip, String design, float pad)
static Color getPositiveHighlightColor()
SpecialItemData getSpecialDataIfSpecial()