Package com.fs.starfarer.api.impl.codex
Class CodexTextEntryLoader.TextEntry
java.lang.Object
com.fs.starfarer.api.impl.codex.CodexEntryV2
com.fs.starfarer.api.impl.codex.CodexTextEntryLoader.TextEntry
- All Implemented Interfaces:
CodexEntryPlugin
- Enclosing class:
- CodexTextEntryLoader
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.fs.starfarer.api.impl.codex.CodexEntryPlugin
CodexEntryPlugin.ListMode
-
Field Summary
FieldsFields inherited from class com.fs.starfarer.api.impl.codex.CodexEntryV2
categorySortTierForRelatedEntries, checking, children, icon, id, param, param2, parent, related, retainOrderOfChildren, retainOrderOfRelatedEntries, tags, title
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
createCustomDetail
(CustomPanelAPI panel, UIPanelAPI relatedEntries, CodexDialogAPI codex) void
createTitleForList
(TooltipMakerAPI info, float width, CodexEntryPlugin.ListMode mode) boolean
Methods inherited from class com.fs.starfarer.api.impl.codex.CodexEntryV2
addChild, addRelatedEntry, addRelatedEntry, addTag, areAnyRelatedEntriesUnlocked, areAnyRelatedEntriesVisible, checkTagsWhenLocked, configureTagDisplay, destroyCustomDetail, findChildren, getCategorySortTierForRelatedEntries, getChildren, getChildrenRecursive, getCustomPanelPlugin, getIcon, getId, getParam, getParam2, getParent, getRelatedEntries, getRelatedEntryIds, getSearchString, getSortTitle, getSourceMod, getTags, getTitle, getUnlockRelatedTags, hasDetail, hasTag, hasTagDisplay, isCategory, isLocked, isLockedStandard, isRetainOrderOfChildren, isRetainOrderOfRelatedEntries, isUnlockedIfRequiresUnlock, isVignetteIcon, isVisible, isVisibleStandard, matchesTags, removeRelatedEntry, removeRelatedEntry, setCategorySortTierForRelatedEntries, setIcon, setParam, setParam2, setParent, setRetainOrderOfChildren, setRetainOrderOfRelatedEntries, skipForTags
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.codex.CodexEntryPlugin
getIconColor
-
Field Details
-
data
-
parentId
-
-
Constructor Details
-
TextEntry
-
-
Method Details
-
createTitleForList
- Specified by:
createTitleForList
in interfaceCodexEntryPlugin
- Overrides:
createTitleForList
in classCodexEntryV2
-
hasCustomDetailPanel
public boolean hasCustomDetailPanel()- Specified by:
hasCustomDetailPanel
in interfaceCodexEntryPlugin
- Overrides:
hasCustomDetailPanel
in classCodexEntryV2
-
createCustomDetail
public void createCustomDetail(CustomPanelAPI panel, UIPanelAPI relatedEntries, CodexDialogAPI codex) - Specified by:
createCustomDetail
in interfaceCodexEntryPlugin
- Overrides:
createCustomDetail
in classCodexEntryV2
-