Uses of Interface
com.github.siroshun09.mccommand.common.context.CommandContext
-
Packages that use CommandContext Package Description com.github.siroshun09.mccommand.common The root package of this library.com.github.siroshun09.mccommand.common.context The package of classes relevant to the context of the command execution. -
-
Uses of CommandContext in com.github.siroshun09.mccommand.common
Methods in com.github.siroshun09.mccommand.common with parameters of type CommandContext Modifier and Type Method Description @NotNull CommandResult
Command. onExecution(@NotNull CommandContext context)
The method to call when this command is executed.@NotNull List<String>
Command. onTabCompletion(@NotNull CommandContext context)
The method to call when command tab completion is requested. -
Uses of CommandContext in com.github.siroshun09.mccommand.common.context
Classes in com.github.siroshun09.mccommand.common.context that implement CommandContext Modifier and Type Class Description class
SimpleCommandContext
TheCommandContext
implementation class.Methods in com.github.siroshun09.mccommand.common.context that return CommandContext Modifier and Type Method Description @NotNull CommandContext
SimpleCommandContext.SimpleCommandContextBuilder. build()
Builds theCommandContext
-