Package com.soulfiremc.server.command
Class ServerCommandManager
java.lang.Object
com.soulfiremc.server.command.ServerCommandManager
Holds and configures all server-side text commands of SoulFire itself.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncomplete
(String command, int cursor, CommandSourceStack source) com.mojang.brigadier.CommandDispatcher
<CommandSourceStack> int
execute
(String command, CommandSourceStack source)
-
Constructor Details
-
ServerCommandManager
-
-
Method Details
-
execute
-
complete
public List<GenericTerminalConsole.Completion> complete(String command, int cursor, CommandSourceStack source) -
dispatcher
-