LeviLamina
Loading...
Searching...
No Matches
TextObjectLocalizedTextWithParams.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/textobject/ITextObject.h"
7
8// auto generated forward declare list
9// clang-format off
10struct ResolveData;
11namespace Json { class Value; }
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
27
28public:
29 // virtual functions
30 // NOLINTBEGIN
31 // vIndex: 1
32 virtual ::std::string asString() const /*override*/;
33
34 // vIndex: 2
35 virtual ::Json::Value asJsonValue() const /*override*/;
36
37 // vIndex: 3
38 virtual ::Json::Value resolve(::ResolveData const& resolveData) const /*override*/;
39
40 // vIndex: 0
41 virtual ~TextObjectLocalizedTextWithParams() /*override*/ = default;
42 // NOLINTEND
43
44public:
45 // member functions
46 // NOLINTBEGIN
47 MCNAPI TextObjectLocalizedTextWithParams(::std::string text, ::std::vector<::std::string> const& params);
48 // NOLINTEND
49
50public:
51 // constructor thunks
52 // NOLINTBEGIN
53 MCNAPI void* $ctor(::std::string text, ::std::vector<::std::string> const& params);
54 // NOLINTEND
55
56public:
57 // virtual function thunks
58 // NOLINTBEGIN
59 MCNAPI ::std::string $asString() const;
60
61 MCNAPI ::Json::Value $asJsonValue() const;
62
63 MCNAPI ::Json::Value $resolve(::ResolveData const& resolveData) const;
64 // NOLINTEND
65
66public:
67 // vftables
68 // NOLINTBEGIN
69 MCNAPI static void** $vftable();
70 // NOLINTEND
71};
Definition ITextObject.h:11
Definition TextObjectLocalizedTextWithParams.h:14
static MCAPI void ** $vftable()
MCAPI::Json::Value $asJsonValue() const
MCAPI TextObjectLocalizedTextWithParams(::std::string text, ::std::vector<::std::string > const &params)
MCAPI void * $ctor(::std::string text, ::std::vector<::std::string > const &params)
MCAPI::Json::Value $resolve(::ResolveData const &resolveData) const
MCAPI::std::string $asString() const
Definition ResolveData.h:5
Definition Alias.h:14