public static class CodexTextEntryLoader.TextEntry extends CodexEntryV2
CodexEntryPlugin.ListMode| Modifier and Type | Field and Description |
|---|---|
java.util.List<java.lang.Object> |
data |
java.lang.String |
parentId |
categorySortTierForRelatedEntries, checking, children, icon, id, param, param2, parent, related, retainOrderOfChildren, retainOrderOfRelatedEntries, tags, title| Constructor and Description |
|---|
TextEntry(java.lang.String id,
java.lang.String title,
java.lang.String icon) |
| Modifier and Type | Method and Description |
|---|---|
void |
createCustomDetail(CustomPanelAPI panel,
UIPanelAPI relatedEntries,
CodexDialogAPI codex) |
void |
createTitleForList(TooltipMakerAPI info,
float width,
CodexEntryPlugin.ListMode mode) |
boolean |
hasCustomDetailPanel() |
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, skipForTagsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIconColorpublic java.util.List<java.lang.Object> data
public java.lang.String parentId
public TextEntry(java.lang.String id, java.lang.String title, java.lang.String icon)
public void createTitleForList(TooltipMakerAPI info, float width, CodexEntryPlugin.ListMode mode)
createTitleForList in interface CodexEntryPlugincreateTitleForList in class CodexEntryV2public boolean hasCustomDetailPanel()
hasCustomDetailPanel in interface CodexEntryPluginhasCustomDetailPanel in class CodexEntryV2public void createCustomDetail(CustomPanelAPI panel, UIPanelAPI relatedEntries, CodexDialogAPI codex)
createCustomDetail in interface CodexEntryPlugincreateCustomDetail in class CodexEntryV2