LeviLamina
Loading...
Searching...
No Matches
TextObjectScore.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
24 TextObjectScore& operator=(TextObjectScore const&);
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 ~TextObjectScore() /*override*/ = default;
42 // NOLINTEND
43
44public:
45 // static variables
46 // NOLINTBEGIN
47 MCAPI static ::std::string const& RAW_TEXT_SCORE_KEY();
48
49 MCAPI static ::std::string const& RAW_TEXT_SCORE_NAME_KEY();
50
51 MCAPI static ::std::string const& RAW_TEXT_SCORE_OBJECTIVE_KEY();
52
53 MCAPI static ::std::string const& RAW_TEXT_SCORE_STAR();
54 // NOLINTEND
55
56public:
57 // destructor thunk
58 // NOLINTBEGIN
59
60 // NOLINTEND
61
62public:
63 // virtual function thunks
64 // NOLINTBEGIN
65 MCFOLD ::std::string $asString() const;
66
67 MCAPI ::Json::Value $asJsonValue() const;
68
69 MCAPI ::Json::Value $resolve(::ResolveData const& resolveData) const;
70 // NOLINTEND
71
72public:
73 // vftables
74 // NOLINTBEGIN
75 MCAPI static void** $vftable();
76 // NOLINTEND
77};
Definition ITextObject.h:11
Definition TextObjectScore.h:14
Definition ResolveData.h:5
Definition Alias.h:14