LeviLamina
Loading...
Searching...
No Matches
ChangeFakePlayerScore.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/scores/ScoreboardId.h"
7
8struct ChangeFakePlayerScore {
9public:
10 // member variables
11 // NOLINTBEGIN
12 ::ll::TypedStorage<8, 16, ::ScoreboardId> mScoreboardId;
13 ::ll::TypedStorage<8, 32, ::std::string> mObjectiveName;
14 ::ll::TypedStorage<4, 4, int> mScoreValue;
15 ::ll::TypedStorage<8, 32, ::std::string> mFakePlayerName;
16 // NOLINTEND
17
18public:
19 // prevent constructor by default
20 ChangeFakePlayerScore& operator=(ChangeFakePlayerScore const&);
21 ChangeFakePlayerScore();
22
23public:
24 // member functions
25 // NOLINTBEGIN
26 MCAPI ChangeFakePlayerScore(::ChangeFakePlayerScore const&);
27
28 MCAPI bool operator==(::ChangeFakePlayerScore const&) const;
29 // NOLINTEND
30
31public:
32 // constructor thunks
33 // NOLINTBEGIN
34 MCAPI void* $ctor(::ChangeFakePlayerScore const&);
35 // NOLINTEND
36};