Interface DisplayInfo


public interface DisplayInfo
  • Method Details

    • builder

      static DisplayInfo.Builder builder()
      Creates a new DisplayInfo.Builder to create DisplayInfos.
      Returns:
      The new builder
    • type

      Gets the AdvancementType.
      Returns:
      The advancement type
    • description

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

      Gets the icon.
      Returns:
      The icon
    • 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