LeviLamina
Loading...
Searching...
No Matches
BlockTryDestroyByPlayerEvent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/game_refs/WeakRef.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Block
;
11
class
BlockPos
;
12
class
EntityContext
;
13
class
ItemStack
;
14
// clang-format on
15
16
struct
BlockTryDestroyByPlayerEvent
{
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::TypedStorage<8, 24, ::WeakRef<::EntityContext>> mPlayer;
21
::ll::TypedStorage<8, 8, ::Block const&> mBlock;
22
::ll::TypedStorage<4, 12, ::BlockPos const> mPos;
23
::ll::TypedStorage<8, 152, ::ItemStack> mItemUsed;
24
// NOLINTEND
25
26
public
:
27
// prevent constructor by default
28
BlockTryDestroyByPlayerEvent
& operator=(
BlockTryDestroyByPlayerEvent
const
&);
29
30
public
:
31
// member functions
32
// NOLINTBEGIN
33
MCAPI
BlockTryDestroyByPlayerEvent
(
::BlockTryDestroyByPlayerEvent
const
&);
34
35
MCAPI
BlockTryDestroyByPlayerEvent
(
::BlockTryDestroyByPlayerEvent
&&);
36
37
MCAPI
~BlockTryDestroyByPlayerEvent
();
38
// NOLINTEND
39
40
public
:
41
// constructor thunks
42
// NOLINTBEGIN
43
MCAPI
void
* $ctor(
::BlockTryDestroyByPlayerEvent
const
&);
44
45
MCAPI
void
* $ctor(
::BlockTryDestroyByPlayerEvent
&&);
46
// NOLINTEND
47
48
public
:
49
// destructor thunk
50
// NOLINTBEGIN
51
MCAPI
void
$dtor();
52
// NOLINTEND
53
};
BlockPos
Definition
BlockPos.h:18
Block
Definition
Block.h:36
EntityContext
Definition
EntityContext.h:16
ItemStack
Definition
ItemStack.h:25
BlockTryDestroyByPlayerEvent
Definition
BlockTryDestroyByPlayerEvent.h:16
src
mc
world
events
BlockTryDestroyByPlayerEvent.h
Generated on Sat Apr 26 2025 05:56:09 for LeviLamina by
1.12.0