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, onObjectNotFound
Methods inherited from interface io.github.headlesshq.headlessmc.api.command.HasArguments
getArgDescription, getArgs, getArgs2Descriptions
Methods 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
-