Interface NewMessageFormatting


  • public interface NewMessageFormatting
    Builder to create new MessageFormatting. Should not be implemented by client.
    Since:
    9.13
    • Method Detail

      • start

        NewMessageFormatting start​(int index)
        Parameters:
        index - The index of the first character in the string that will be formatted (inclusive)
        Returns:
        builder object
      • end

        NewMessageFormatting end​(int index)
        Parameters:
        index - The index at which formatting will stop (exclusive)
        Returns:
        builder object