LeviLamina
Loading...
Searching...
No Matches
ServerLocatorBar.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class Player;
9// clang-format on
10
12public:
13 // ServerLocatorBar inner types declare
14 // clang-format off
16 // clang-format on
17
18 // ServerLocatorBar inner types define
20 public:
21 // member variables
22 // NOLINTBEGIN
23 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::ServerWaypointGroup>> mWaypointGroup;
24 // NOLINTEND
25
26 public:
27 // member functions
28 // NOLINTBEGIN
29 MCAPI ~GroupStrongHandle();
30 // NOLINTEND
31
32 public:
33 // destructor thunk
34 // NOLINTBEGIN
35 MCFOLD void $dtor();
36 // NOLINTEND
37 };
38
39public:
40 // member variables
41 // NOLINTBEGIN
42 ::ll::TypedStorage<8, 24, ::std::vector<::std::shared_ptr<::ServerWaypointGroup>>> mWaypointGroups;
43 // NOLINTEND
44
45public:
46 // member functions
47 // NOLINTBEGIN
48 MCAPI ::ServerLocatorBar::GroupStrongHandle createGroupHandle();
49
50 MCAPI void update(::Player& player);
51
52 MCAPI ~ServerLocatorBar();
53 // NOLINTEND
54
55public:
56 // destructor thunk
57 // NOLINTBEGIN
58 MCFOLD void $dtor();
59 // NOLINTEND
60};
Definition Player.h:129
Definition ServerLocatorBar.h:19
Definition ServerLocatorBar.h:11
Definition ServerWaypointGroup.h:16