Package org.cyclops.cyclopscore.infobook
Interface InfoBookParser.IInfoSectionFactory
- Enclosing class:
- InfoBookParser
public static interface InfoBookParser.IInfoSectionFactory
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(IInfoBook infoBook, InfoSection parent, int childIndex, String translationKey, ArrayList<String> paragraphs, List<SectionAppendix> appendixes, ArrayList<String> tagList) Deprecated.default InfoSection
create
(IInfoBook infoBook, InfoSection parent, int childIndex, String translationKey, ArrayList<String> paragraphs, List<SectionAppendix> appendixes, ArrayList<String> tagList, ModBase<?> mod)
-
Method Details
-
create
@Deprecated InfoSection create(IInfoBook infoBook, InfoSection parent, int childIndex, String translationKey, ArrayList<String> paragraphs, List<SectionAppendix> appendixes, ArrayList<String> tagList) Deprecated. -
create
default InfoSection create(IInfoBook infoBook, InfoSection parent, int childIndex, String translationKey, ArrayList<String> paragraphs, List<SectionAppendix> appendixes, ArrayList<String> tagList, ModBase<?> mod)
-