Uses of Class
org.javacord.api.entity.message.MessageDecoration
-
Packages that use MessageDecoration Package Description org.javacord.api.entity.message org.javacord.api.entity.message.internal -
-
Uses of MessageDecoration in org.javacord.api.entity.message
Methods in org.javacord.api.entity.message that return MessageDecoration Modifier and Type Method Description static MessageDecorationMessageDecoration. valueOf(String name)Returns the enum constant of this type with the specified name.static MessageDecoration[]MessageDecoration. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.javacord.api.entity.message with parameters of type MessageDecoration Modifier and Type Method Description MessageBuilderMessageBuilder. append(String message, MessageDecoration... decorations)Appends a sting with or without decoration to the message. -
Uses of MessageDecoration in org.javacord.api.entity.message.internal
Methods in org.javacord.api.entity.message.internal with parameters of type MessageDecoration Modifier and Type Method Description voidMessageBuilderDelegate. append(String message, MessageDecoration... decorations)Appends a sting with or without decoration to the message.
-