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
8
class
ServerTextSettings
:
public
::Bedrock::EnableNonOwnerReferences
{
9
public
:
10
// member variables
11
// NOLINTBEGIN
12
::ll::TypedStorage<4, 4, ::std::bitset<3>> mEnabledTextEvents;
13
// NOLINTEND
14
15
#ifdef LL_PLAT_S
16
public
:
17
// prevent constructor by default
18
ServerTextSettings
();
19
20
#else
// LL_PLAT_C
21
#endif
22
public
:
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
32
public
:
33
// constructor thunks
34
// NOLINTBEGIN
35
#ifdef LL_PLAT_S
36
MCAPI
void
* $ctor(::std::bitset<3>
const
& settings);
37
#endif
38
// NOLINTEND
39
};
Bedrock::EnableNonOwnerReferences
Definition
EnableNonOwnerReferences.h:7
ServerTextSettings
Definition
ServerTextSettings.h:8
src
mc
server
ServerTextSettings.h
Generated on
for LeviLamina by
1.16.1