Table of Contents

Class AdvancementDisplay

Namespace
Obsidian.API.Advancements
Assembly
Obsidian.API.dll
public sealed class AdvancementDisplay
Inheritance
AdvancementDisplay
Inherited Members

Constructors

AdvancementDisplay(ChatMessage, ChatMessage, Item, AdvancementFrameType, AdvancementFlags, string, float, float)

public AdvancementDisplay(ChatMessage title, ChatMessage description, Item icon, AdvancementFrameType advancementFrameType, AdvancementFlags flags, string backgroundTexture, float xCoord, float yCoord)

Parameters

title ChatMessage
description ChatMessage
icon Item
advancementFrameType AdvancementFrameType
flags AdvancementFlags
backgroundTexture string
xCoord float
yCoord float

Properties

AdvancementFrameType

public AdvancementFrameType AdvancementFrameType { get; init; }

Property Value

AdvancementFrameType

BackgroundTexture

public string BackgroundTexture { get; init; }

Property Value

string

Description

public ChatMessage Description { get; init; }

Property Value

ChatMessage

Flags

public AdvancementFlags Flags { get; init; }

Property Value

AdvancementFlags

Icon

public Item Icon { get; init; }

Property Value

Item

Title

public ChatMessage Title { get; init; }

Property Value

ChatMessage

XCoord

public float XCoord { get; init; }

Property Value

float

YCoord

public float YCoord { get; init; }

Property Value

float