LeviLamina
Loading...
Searching...
No Matches
BlockEventDispatcherToken.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
#include "mc/world/events/BlockEventDispatcher.h"
5
6
// auto generated inclusion list
7
#include "mc/deps/core/utility/NonOwnerPointer.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
BlockEventDispatcher
;
12
// clang-format on
13
14
class
BlockEventDispatcherToken
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<4, 4, int> mHandle;
19
::ll::TypedStorage<8, 24, ::Bedrock::NonOwnerPointer<::BlockEventDispatcher>> mDispatcher;
20
// NOLINTEND
21
22
public
:
23
// prevent constructor by default
24
BlockEventDispatcherToken
& operator=(
BlockEventDispatcherToken
const
&);
25
BlockEventDispatcherToken
(
BlockEventDispatcherToken
const
&);
26
27
public
:
28
// member functions
29
// NOLINTBEGIN
30
MCAPI ::BlockEventDispatcherToken& operator=(
::BlockEventDispatcherToken
&& rhs);
31
32
MCAPI
void
unregister();
33
34
MCAPI
~BlockEventDispatcherToken
();
35
// NOLINTEND
36
37
public
:
38
// destructor thunk
39
// NOLINTBEGIN
40
MCAPI
void
$dtor();
41
// NOLINTEND
42
};
BlockEventDispatcherToken
Definition
BlockEventDispatcherToken.h:14
BlockEventDispatcher
Definition
BlockEventDispatcher.h:19
src
mc
world
events
BlockEventDispatcherToken.h
Generated on Sat Apr 26 2025 05:56:09 for LeviLamina by
1.12.0