Interface NoticeType

All Superinterfaces:
DialogType

@NonExtendable public non-sealed interface NoticeType extends DialogType
Represents a notice dialog.
Since:
1.21.7
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the action button associated with this notice type.
  • Method Details

    • action

      @Contract(pure=true) ActionButton action()
      Returns the action button associated with this notice type.
      Returns:
      the action button
      Since:
      1.21.7