LeviLamina
Loading...
Searching...
No Matches
ClickSourceContext.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/certificates/identity/LastClickedSource.h"
7
#include "mc/deps/core/utility/NonOwnerPointer.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
ActiveDirectoryIdentity
;
12
// clang-format on
13
14
class
ClickSourceContext
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<8, 64, ::std::function<void()>> mReset;
19
// NOLINTEND
20
21
public
:
22
// prevent constructor by default
23
ClickSourceContext();
24
25
public
:
26
// member functions
27
// NOLINTBEGIN
28
MCAPI
29
ClickSourceContext(::Bedrock::NotNullNonOwnerPtr<::ActiveDirectoryIdentity> identity, ::LastClickedSource source);
30
// NOLINTEND
31
32
public
:
33
// constructor thunks
34
// NOLINTBEGIN
35
MCAPI
void
* $ctor(::Bedrock::NotNullNonOwnerPtr<::ActiveDirectoryIdentity> identity, ::LastClickedSource source);
36
// NOLINTEND
37
};
ActiveDirectoryIdentity
Definition
ActiveDirectoryIdentity.h:33
ClickSourceContext
Definition
ClickSourceContext.h:5
src-client
mc
client
gui
screens
controllers
ClickSourceContext.h
Generated on
for LeviLamina by
1.16.1