Uses of Class
me.wiefferink.interactivemessenger.message.InteractiveMessagePart
-
Uses of InteractiveMessagePart in me.wiefferink.interactivemessenger.message
Modifier and TypeMethodDescriptionInteractiveMessagePart.newline()
Start a new line after this partInteractiveMessagePart.newline(boolean newline)
Start or don't start a new line after this partInteractiveMessagePart.noNewline()
Don't start a new line after this partSet the click actionInteractiveMessagePart.onClickContent(String clickContent)
Set the click contentSet the hover actionInteractiveMessagePart.onHoverContent(List<TextMessagePart> hoverContent)
Set the hover contentModifierConstructorDescriptionInteractiveMessage(Collection<? extends InteractiveMessagePart> values)