LeviLamina
Loading...
Searching...
No Matches
ClientInputLockComponent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/container/EnumSet.h"
7
#include "mc/entity/components/ClientInputLockType.h"
8
#include "mc/entity/enums/ClientInputLockCategory.h"
9
10
struct
ClientInputLockComponent
{
11
public
:
12
// member variables
13
// NOLINTBEGIN
14
::ll::TypedStorage<2, 2, ::Bedrock::EnumSet<::ClientInputLockCategory, 13>> mActiveCategories;
15
::ll::TypedStorage<2, 2, ::Bedrock::EnumSet<::ClientInputLockType, 11>> mClientInputLocks;
16
// NOLINTEND
17
18
public
:
19
// member functions
20
// NOLINTBEGIN
21
MCAPI
void
_applyActiveCategoryLocks();
22
// NOLINTEND
23
};
ClientInputLockComponent
Definition
ClientInputLockComponent.h:10
src
mc
entity
components
ClientInputLockComponent.h
Generated on Sat Apr 26 2025 05:55:34 for LeviLamina by
1.12.0