Uses of Class
me.wiefferink.interactivemessenger.message.InteractiveMessagePart
Packages that use InteractiveMessagePart
-
Uses of InteractiveMessagePart in me.wiefferink.interactivemessenger.message
Methods in me.wiefferink.interactivemessenger.message that return InteractiveMessagePartModifier 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 contentConstructor parameters in me.wiefferink.interactivemessenger.message with type arguments of type InteractiveMessagePartModifierConstructorDescriptionInteractiveMessage(Collection<? extends InteractiveMessagePart> values)