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.SimpleCommandContextBuilderSimpleCommandContext. newBuilder()Gets the newSimpleCommandContext.SimpleCommandContextBuilderSimpleCommandContext.SimpleCommandContextBuilderSimpleCommandContext.SimpleCommandContextBuilder. setArguments(@NotNull String[] arguments)Sets the arguments.SimpleCommandContext.SimpleCommandContextBuilderSimpleCommandContext.SimpleCommandContextBuilder. setArguments(List<Argument> arguments)Sets the arguments.SimpleCommandContext.SimpleCommandContextBuilderSimpleCommandContext.SimpleCommandContextBuilder. setCommand(Command command)Sets the executed command.SimpleCommandContext.SimpleCommandContextBuilderSimpleCommandContext.SimpleCommandContextBuilder. setLabel(String label)Sets the string used to specify the command.SimpleCommandContext.SimpleCommandContextBuilderSimpleCommandContext.SimpleCommandContextBuilder. setSender(Sender sender)Sets the commander.
-