Package com.fs.starfarer.api.impl
Class PlanetSearchData.ColonyItemData
java.lang.Object
com.fs.starfarer.api.impl.PlanetSearchData.ColonyItemData
- All Implemented Interfaces:
PlanetSearchData.PlanetFilter
- Enclosing class:
- PlanetSearchData
public static class PlanetSearchData.ColonyItemData
extends Object
implements PlanetSearchData.PlanetFilter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
accept
(SectorEntityToken entity, Map<String, String> params) void
createTooltip
(TooltipMakerAPI info, float width, String param) float
boolean
boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.fs.starfarer.api.impl.PlanetSearchData.PlanetFilter
getOtherFactorButtonText, getOtherFactorId, hasTooltip
-
Field Details
-
id
-
itemId
-
item
-
-
Constructor Details
-
ColonyItemData
-
-
Method Details
-
accept
- Specified by:
accept
in interfacePlanetSearchData.PlanetFilter
-
shouldShow
public boolean shouldShow()- Specified by:
shouldShow
in interfacePlanetSearchData.PlanetFilter
-
createTooltip
- Specified by:
createTooltip
in interfacePlanetSearchData.PlanetFilter
-
getTooltipWidth
public float getTooltipWidth()- Specified by:
getTooltipWidth
in interfacePlanetSearchData.PlanetFilter
-
isTooltipExpandable
public boolean isTooltipExpandable()- Specified by:
isTooltipExpandable
in interfacePlanetSearchData.PlanetFilter
-