Uses of Class
com.github.siroshun09.mccommand.common.CommandResult
-
Packages that use CommandResult Package Description com.github.siroshun09.mccommand.common The root package of this library. -
-
Uses of CommandResult in com.github.siroshun09.mccommand.common
Methods in com.github.siroshun09.mccommand.common that return CommandResult Modifier and Type Method Description @NotNull CommandResultCommand. onExecution(@NotNull CommandContext context)The method to call when this command is executed.static CommandResultCommandResult. valueOf(String name)Returns the enum constant of this type with the specified name.static CommandResult[]CommandResult. values()Returns an array containing the constants of this enum type, in the order they are declared.
-