Interface DisplayInfo


  • public interface DisplayInfo
    • Method Detail

      • description

        Component description()
        Gets the description.
        Returns:
        The description
      • title

        Component title()
        Gets the title.
        Returns:
        The title
      • doesShowToast

        boolean doesShowToast()
        Gets whether a toast should be shown.

        The toast is the notification that will be displayed in the top right corner.

        Returns:
        Show toast
      • doesAnnounceToChat

        boolean doesAnnounceToChat()
        Gets whether a notification should be shown in the global chat.
        Returns:
        Announce to chat
      • isHidden

        boolean isHidden()
        Gets whether this advancement is hidden.

        Hidden advancements will only appear in the tree once they are unlocked. The lines that connect them to other advancements are still present.

        Returns:
        Is hidden