Interface CharacterExportPlugin<C extends RuleSpecificCharacterObject<?,?,?,?>>

All Superinterfaces:
ExportPlugin

public interface CharacterExportPlugin<C extends RuleSpecificCharacterObject<?,?,?,?>> extends ExportPlugin
  • Method Details

    • getFileType

      String getFileType()
    • getIcon

      byte[] getIcon()
    • getConfiguration

      List<de.rpgframework.ConfigOption<?>> getConfiguration()
      Return a list (better: tree) of configurable for actions performed by this plugin (e.g. print options)
    • createExport

      byte[] createExport(C charac)