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 virtual ~ITextObject() = default;
16
17 virtual ::std::string asString() const = 0;
18
19 virtual ::Json::Value asJsonValue() const = 0;
20
21 virtual ::Json::Value resolve(::ResolveData const&) const = 0;
22 // NOLINTEND
23
24public:
25 // static variables
26 // NOLINTBEGIN
27 MCNAPI static ::std::string const& RAW_TEXT_OBJECT_KEY();
28
29 MCNAPI static ::std::string const& RAW_TEXT_TEXT_KEY();
30
31 MCNAPI static ::std::string const& RAW_TEXT_TRANSLATE_KEY();
32
33 MCNAPI static ::std::string const& RAW_TEXT_WITH_KEY();
34 // NOLINTEND
35
36public:
37 // virtual function thunks
38 // NOLINTBEGIN
39
40 // NOLINTEND
41};
Definition ITextObject.h:11
static MCAPI ::std::string const & RAW_TEXT_TRANSLATE_KEY()
static MCAPI ::std::string const & RAW_TEXT_WITH_KEY()
static MCAPI ::std::string const & RAW_TEXT_TEXT_KEY()
static MCAPI ::std::string const & RAW_TEXT_OBJECT_KEY()
Definition Value.h:16
Definition ResolveData.h:5