LeviLamina
Loading...
Searching...
No Matches
Player.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace Json { class Value; }
8// clang-format on
9
10namespace Realms {
11
12struct Player {
13public:
14 // member variables
15 // NOLINTBEGIN
16 ::ll::UntypedStorage<8, 32> mUnkc9ca1b;
17 ::ll::UntypedStorage<8, 32> mUnkc2b20e;
18 ::ll::UntypedStorage<8, 32> mUnk142cb6;
19 ::ll::UntypedStorage<8, 72> mUnk3468aa;
20 ::ll::UntypedStorage<1, 1> mUnk64710a;
21 ::ll::UntypedStorage<1, 1> mUnke1c1b0;
22 ::ll::UntypedStorage<1, 1> mUnk8c6858;
23 ::ll::UntypedStorage<1, 1> mUnkd251a2;
24 ::ll::UntypedStorage<4, 4> mUnk9ba5b7;
25 ::ll::UntypedStorage<1, 1> mUnk5a0651;
26 ::ll::UntypedStorage<8, 8> mUnk7ca601;
27 // NOLINTEND
28
29public:
30 // member functions
31 // NOLINTBEGIN
32 MCNAPI Player();
33
34 MCNAPI Player(::Realms::Player const&);
35
37
38 MCNAPI ::Realms::Player& operator=(::Realms::Player const&);
39
40 MCNAPI ~Player();
41 // NOLINTEND
42
43public:
44 // static functions
45 // NOLINTBEGIN
46 MCNAPI static ::Realms::Player fromJson(::Json::Value const& json);
47 // NOLINTEND
48
49public:
50 // constructor thunks
51 // NOLINTBEGIN
52 MCNAPI void* $ctor();
53
54 MCNAPI void* $ctor(::Realms::Player const&);
55
56 MCNAPI void* $ctor(::Realms::Player&&);
57 // NOLINTEND
58
59public:
60 // destructor thunk
61 // NOLINTBEGIN
62 MCNAPI void $dtor();
63 // NOLINTEND
64};
65
66} // namespace Realms
Definition Value.h:16
Definition Player.h:7
MCAPI void $dtor()
MCAPI void * $ctor(::Realms::Player const &)
static MCAPI ::Realms::Player fromJson(::Json::Value const &json)
MCAPI Player(::Realms::Player &&)
MCAPI::Realms::Player & operator=(::Realms::Player const &)
MCAPI Player(::Realms::Player const &)
MCAPI void * $ctor()
MCAPI void * $ctor(::Realms::Player &&)