ConsoleCommands / org.lazywizard.console.commands / ModInfo

ModInfo

open class ModInfo : BaseCommand

Constructors

<init>

ModInfo()

Functions

getCommoditiesAddedByMod

open static fun getCommoditiesAddedByMod(mod: ModSpecAPI): MutableList<String>

getInfo

open static fun getInfo(mod: ModSpecAPI): String

getShipsAddedByMod

open static fun getShipsAddedByMod(mod: ModSpecAPI): MutableList<String>

getWeaponsAddedByMod

open static fun getWeaponsAddedByMod(mod: ModSpecAPI): MutableList<String>

getWingsAddedByMod

open static fun getWingsAddedByMod(mod: ModSpecAPI): MutableList<String>

runCommand

open fun runCommand(args: String, context: CommandContext): CommandResult