Interface DisplayInfo
public interface DisplayInfo
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic DisplayInfo.Builder
builder()
Creates a newDisplayInfo.Builder
to createDisplayInfo
s.Gets the description.boolean
Gets whether a notification should be shown in the global chat.boolean
Gets whether a toast should be shown.icon()
Gets the icon.boolean
isHidden()
Gets whether this advancement is hidden.title()
Gets the title.type()
Gets theAdvancementType
.
-
Method Details
-
builder
Creates a newDisplayInfo.Builder
to createDisplayInfo
s.- Returns:
- The new builder
-
type
AdvancementType type()Gets theAdvancementType
.- Returns:
- The advancement type
-
description
Component description()Gets the description.- Returns:
- The description
-
icon
ItemStackSnapshot 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
-