LeviLamina
Loading...
Searching...
No Matches
ITextObject.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7struct ResolveData;
8namespace Json { class Value; }
9// clang-format on
10
12public:
13 // virtual functions
14 // NOLINTBEGIN
15 // vIndex: 0
16 virtual ~ITextObject() = default;
17
18 // vIndex: 1
19 virtual ::std::string asString() const = 0;
20
21 // vIndex: 2
22 virtual ::Json::Value asJsonValue() const = 0;
23
24 // vIndex: 3
25 virtual ::Json::Value resolve(::ResolveData const&) const = 0;
26 // NOLINTEND
27
28public:
29 // static variables
30 // NOLINTBEGIN
31 MCAPI static ::std::string const& RAW_TEXT_OBJECT_KEY();
32
33 MCAPI static ::std::string const& RAW_TEXT_TEXT_KEY();
34
35 MCAPI static ::std::string const& RAW_TEXT_TRANSLATE_KEY();
36
37 MCAPI static ::std::string const& RAW_TEXT_WITH_KEY();
38 // NOLINTEND
39
40public:
41 // destructor thunk
42 // NOLINTBEGIN
43
44 // NOLINTEND
45
46public:
47 // virtual function thunks
48 // NOLINTBEGIN
49
50 // NOLINTEND
51};
Definition ITextObject.h:11
Definition ResolveData.h:5