Interface ModLauncherCommand
- All Superinterfaces:
Command,FindByCommand<Version>,HasArguments,HasDescription,HasName
- All Known Implementing Classes:
FabricCommand,ForgeCommand
-
Method Summary
Methods inherited from interface io.github.headlesshq.headlessmc.api.command.FindByCommand
execute, execute, findObject, getCompletions, getIterable, onObjectNotFoundMethods inherited from interface io.github.headlesshq.headlessmc.api.command.HasArguments
getArgDescription, getArgs, getArgs2DescriptionsMethods inherited from interface io.github.headlesshq.headlessmc.api.command.HasDescription
getDescription
-
Method Details
-
install
default void install(Version version, @Nullable @Nullable String uid, boolean inMemory) throws CommandException - Throws:
CommandException
-