Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.14 KB

File metadata and controls

17 lines (14 loc) · 1.14 KB

IO.Swagger.Model.Advancement

Properties

Name Type Description Notes
Id string The unique id of the advancement
Name string The name of the advancement
Title string The title of the advancement
AnnounceToChat bool? True if the achieving of this advancement is announced in chat, false otherwise [optional]
Description string The description of the advancement [optional]
Hidden bool? True if this is a hidden advancement [optional]
Parent Advancement The parent advancement, which must be unlocked prior to this advancement [optional]
ShowToast bool? True if achieving this advancement shows the player a toast message, false otherwise [optional]
Tree CatalogTypeAdvancementTree The advancement tree that this advancement belongs to [optional]

[Back to Model list] [Back to API list] [Back to README]