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
BlockEventDispatcherToken
();
27
28
public
:
29
// member functions
30
// NOLINTBEGIN
31
MCNAPI ::BlockEventDispatcherToken&
operator=
(
::BlockEventDispatcherToken
&& rhs);
32
33
MCNAPI
void
unregister
();
34
35
MCNAPI
~BlockEventDispatcherToken
();
36
// NOLINTEND
37
38
public
:
39
// destructor thunk
40
// NOLINTBEGIN
41
MCNAPI
void
$dtor
();
42
// NOLINTEND
43
};
BlockEventDispatcherToken
Definition
BlockEventDispatcherToken.h:14
BlockEventDispatcherToken::$dtor
MCAPI void $dtor()
BlockEventDispatcherToken::operator=
MCAPI::BlockEventDispatcherToken & operator=(::BlockEventDispatcherToken &&rhs)
BlockEventDispatcherToken::~BlockEventDispatcherToken
MCAPI ~BlockEventDispatcherToken()
BlockEventDispatcherToken::unregister
MCAPI void unregister()
BlockEventDispatcher
Definition
BlockEventDispatcher.h:19
src
mc
world
events
BlockEventDispatcherToken.h
Generated on Fri Jun 13 2025 05:05:05 for LeviLamina by
1.12.0