Interface CopyMessageButton

All Superinterfaces:
MessageButton

public interface CopyMessageButton extends MessageButton
Button to copy message
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    click(User clicker, Message message)
    Not work with CopyMessageButton
    value(User clicker, Message message)
    To process the value the user will copy

    Methods inherited from interface net.deechael.dynamichat.api.MessageButton

    display, hover
  • Method Details

    • value

      String value(User clicker, Message message)
      To process the value the user will copy
      Parameters:
      clicker - the user
      message - the message sent by the user
      Returns:
      the value the user will copy
    • click

      default void click(User clicker, Message message)
      Not work with CopyMessageButton
      Specified by:
      click in interface MessageButton
      Parameters:
      clicker - user
      message - the owner of the button