Interface CommandFailureMessage

All Superinterfaces:
CommandFailure, CommandResult
All Known Subinterfaces:
CommandFailureArgument
All Known Implementing Classes:
CommandFailureArgumentExtra, CommandFailureArgumentInvalid, CommandFailureArgumentMissing, UserMissingPermissions

public interface CommandFailureMessage extends CommandFailure
A failure result with a message to the user.
Since:
1.0
Version:
1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the message to the user.
  • Method Details

    • message

      @Pure String message()
      Retrieves the message to the user.
      Returns:
      The message to the user.