Modul de.rpgframework.rules
Schnittstelle CharacterExportPlugin<C extends RuleSpecificCharacterObject<?,?,?,?>>
- Alle Superschnittstellen:
ExportPlugin
public interface CharacterExportPlugin<C extends RuleSpecificCharacterObject<?,?,?,?>>
extends ExportPlugin
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbyte[]createExport(C charac) List<ConfigOption<?>> Return a list (better: tree) of configurable for actions performed by this plugin (e.g. print options)byte[]getIcon()Von Schnittstelle geerbte Methoden de.rpgframework.genericrpg.export.ExportPlugin
getName, getRoleplayingSystem
-
Methodendetails
-
getFileType
String getFileType() -
getIcon
byte[] getIcon() -
getConfiguration
List<ConfigOption<?>> getConfiguration()Return a list (better: tree) of configurable for actions performed by this plugin (e.g. print options) -
createExport
-