Interface CommandSuccessMessage

All Superinterfaces:
CommandResult, CommandSuccess

public interface CommandSuccessMessage extends CommandSuccess
A successful 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.