LeviLamina
Loading...
Searching...
No Matches
ToastMessagePropertyType.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace ToastMessagePropertyType {
6// static variables
7// NOLINTBEGIN
8MCNAPI ::std::string const& ButtonIdGlyph();
9
10MCNAPI ::std::string const& ButtonText();
11
12MCNAPI ::std::string const& DisplayToastSubtitle();
13
14MCNAPI ::std::string const& ErrorPackOriginalPath();
15
16MCNAPI ::std::string const& ErrorPackPath();
17
18MCNAPI ::std::string const& GamerPicOptions();
19
20MCNAPI ::std::string const& IconFileSystem();
21
22MCNAPI ::std::string const& IconPath();
23
24MCNAPI ::std::string const& IconZipPath();
25
26MCNAPI ::std::string const& ImageType();
27
28MCNAPI ::std::string const& ProfileTextureVisible();
29
30MCNAPI ::std::string const& ProgressBarVisible();
31
32MCNAPI ::std::string const& ToastData();
33
34MCNAPI ::std::string const& ToastTextureVisible();
35// NOLINTEND
36
37} // namespace ToastMessagePropertyType