Uses of Class
com.github.siroshun09.mccommand.common.context.SimpleCommandContext.SimpleCommandContextBuilder
-
Packages that use SimpleCommandContext.SimpleCommandContextBuilder Package Description com.github.siroshun09.mccommand.common.context The package of classes relevant to the context of the command execution. -
-
Uses of SimpleCommandContext.SimpleCommandContextBuilder in com.github.siroshun09.mccommand.common.context
Methods in com.github.siroshun09.mccommand.common.context that return SimpleCommandContext.SimpleCommandContextBuilder Modifier and Type Method Description static @NotNull SimpleCommandContext.SimpleCommandContextBuilder
SimpleCommandContext. newBuilder()
Gets the newSimpleCommandContext.SimpleCommandContextBuilder
SimpleCommandContext.SimpleCommandContextBuilder
SimpleCommandContext.SimpleCommandContextBuilder. setArguments(@NotNull String[] arguments)
Sets the arguments.SimpleCommandContext.SimpleCommandContextBuilder
SimpleCommandContext.SimpleCommandContextBuilder. setArguments(List<Argument> arguments)
Sets the arguments.SimpleCommandContext.SimpleCommandContextBuilder
SimpleCommandContext.SimpleCommandContextBuilder. setCommand(Command command)
Sets the executed command.SimpleCommandContext.SimpleCommandContextBuilder
SimpleCommandContext.SimpleCommandContextBuilder. setLabel(String label)
Sets the string used to specify the command.SimpleCommandContext.SimpleCommandContextBuilder
SimpleCommandContext.SimpleCommandContextBuilder. setSender(Sender sender)
Sets the commander.
-