LeviLamina
Loading...
Searching...
No Matches
VanillaWaypointManager.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/actor/player/ServerLocatorBar.h"
7
8// auto generated forward declare list
9// clang-format off
10class Player;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 16, ::ServerLocatorBar::GroupStrongHandle> mWaypointGroup;
19 ::ll::TypedStorage<1, 1, bool> mIsLocatorBarEnabled;
20 // NOLINTEND
21
22public:
23 // member functions
24 // NOLINTBEGIN
25 MCAPI void update(::Player& self, ::ServerLocatorBar& serverLocatorBar, bool isLocatorBarEnabled);
26
28 // NOLINTEND
29
30public:
31 // destructor thunk
32 // NOLINTBEGIN
33 MCFOLD void $dtor();
34 // NOLINTEND
35};
Definition Player.h:129
Definition ServerLocatorBar.h:11
Definition VanillaWaypointManager.h:14