Class MessageBuilder

java.lang.Object
net.dv8tion.jda.api.MessageBuilder
All Implemented Interfaces:
Appendable

public class MessageBuilder extends Object implements Appendable
Builder system used to build Messages.
Internally the builder uses a StringBuilder to take advantage of the efficiencies offered by the StringBuilder, and the methods provided by this class are a combination of those offered by the StringBuilder and String.format(String, Object...).
Since:
1.0
Author:
Michael Ritter, Aljoscha Grebe