Uses of Interface
net.ME1312.Galaxi.Command.CommandSender
Packages that use CommandSender
-
Uses of CommandSender in net.ME1312.Galaxi.Command
Subinterfaces of CommandSender in net.ME1312.Galaxi.CommandClasses in net.ME1312.Galaxi.Command that implement CommandSenderMethods in net.ME1312.Galaxi.Command with parameters of type CommandSenderModifier 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
Methods in net.ME1312.Galaxi.Event.Engine that return CommandSenderConstructors in net.ME1312.Galaxi.Event.Engine with parameters of type CommandSenderModifierConstructorDescriptionCommandEvent
(Galaxi engine, CommandSender sender, String raw, String label, String... args) Console Command Event