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 MCNAPI static ::std::string const& RAW_TEXT_SCORE_KEY();
48
49 MCNAPI static ::std::string const& RAW_TEXT_SCORE_NAME_KEY();
50
51 MCNAPI static ::std::string const& RAW_TEXT_SCORE_OBJECTIVE_KEY();
52
53 MCNAPI static ::std::string const& RAW_TEXT_SCORE_STAR();
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 TextObjectScore.h:14
static MCAPI ::std::string const & RAW_TEXT_SCORE_STAR()
MCAPI::Json::Value $asJsonValue() const
static MCAPI ::std::string const & RAW_TEXT_SCORE_NAME_KEY()
static MCAPI ::std::string const & RAW_TEXT_SCORE_OBJECTIVE_KEY()
MCAPI::std::string $asString() const
static MCAPI void ** $vftable()
MCAPI::Json::Value $resolve(::ResolveData const &resolveData) const
static MCAPI ::std::string const & RAW_TEXT_SCORE_KEY()
Definition ResolveData.h:5
Definition Alias.h:14