Uses of Interface
net.ME1312.Galaxi.Command.CommandSender
-
Uses of CommandSender in net.ME1312.Galaxi.Command
Modifier and TypeMethodDescriptionvoid
CommandHandler.command
(CommandSender sender, String handle, String[] args) Run CommandCommandProcessor.complete
(CommandSender sender, String command) Complete a commandString[]
CompletionHandler.complete
(CommandSender sender, String handle, String[] args) Generate a list of completions for this commandabstract CommandProcessor.Status
CommandProcessor.runCommand
(CommandSender sender, String command) Run a command -
Uses of CommandSender in net.ME1312.Galaxi.Event.Engine
ModifierConstructorDescriptionCommandEvent
(Galaxi engine, CommandSender sender, String raw, String label, String... args) Console Command Event