LeviLamina
Loading...
Searching...
No Matches
ServerTextSettings.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
7
9public:
10 // member variables
11 // NOLINTBEGIN
12 ::ll::TypedStorage<4, 4, ::std::bitset<3>> mEnabledTextEvents;
13 // NOLINTEND
14
15#ifdef LL_PLAT_S
16public:
17 // prevent constructor by default
19
20#else // LL_PLAT_C
21#endif
22public:
23 // member functions
24 // NOLINTBEGIN
25#ifdef LL_PLAT_S
26 MCAPI explicit ServerTextSettings(::std::bitset<3> const& settings);
27#endif
28
29 MCFOLD ::std::bitset<3> const& getEnabledServerTextEvents() const;
30 // NOLINTEND
31
32public:
33 // constructor thunks
34 // NOLINTBEGIN
35#ifdef LL_PLAT_S
36 MCAPI void* $ctor(::std::bitset<3> const& settings);
37#endif
38 // NOLINTEND
39};
Definition EnableNonOwnerReferences.h:7
Definition ServerTextSettings.h:8