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
#include "mc/world/item/ItemStack.h"
8
#include "mc/world/level/BlockPos.h"
9
10
// auto generated forward declare list
11
// clang-format off
12
class
Block
;
13
class
EntityContext
;
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
BlockTryDestroyByPlayerEvent
();
30
31
public
:
32
// member functions
33
// NOLINTBEGIN
34
MCNAPI
BlockTryDestroyByPlayerEvent
(
::BlockTryDestroyByPlayerEvent
const
&);
35
36
MCNAPI
BlockTryDestroyByPlayerEvent
(
::BlockTryDestroyByPlayerEvent
&&);
37
38
MCNAPI
~BlockTryDestroyByPlayerEvent
();
39
// NOLINTEND
40
41
public
:
42
// constructor thunks
43
// NOLINTBEGIN
44
MCNAPI
void
*
$ctor
(
::BlockTryDestroyByPlayerEvent
const
&);
45
46
MCNAPI
void
*
$ctor
(
::BlockTryDestroyByPlayerEvent
&&);
47
// NOLINTEND
48
49
public
:
50
// destructor thunk
51
// NOLINTBEGIN
52
MCNAPI
void
$dtor
();
53
// NOLINTEND
54
};
Block
Definition
Block.h:38
EntityContext
Definition
EntityContext.h:16
BlockTryDestroyByPlayerEvent
Definition
BlockTryDestroyByPlayerEvent.h:16
BlockTryDestroyByPlayerEvent::$ctor
MCAPI void * $ctor(::BlockTryDestroyByPlayerEvent &&)
BlockTryDestroyByPlayerEvent::~BlockTryDestroyByPlayerEvent
MCAPI ~BlockTryDestroyByPlayerEvent()
BlockTryDestroyByPlayerEvent::$ctor
MCAPI void * $ctor(::BlockTryDestroyByPlayerEvent const &)
BlockTryDestroyByPlayerEvent::$dtor
MCAPI void $dtor()
BlockTryDestroyByPlayerEvent::BlockTryDestroyByPlayerEvent
MCAPI BlockTryDestroyByPlayerEvent(::BlockTryDestroyByPlayerEvent &&)
BlockTryDestroyByPlayerEvent::BlockTryDestroyByPlayerEvent
MCAPI BlockTryDestroyByPlayerEvent(::BlockTryDestroyByPlayerEvent const &)
src
mc
world
events
BlockTryDestroyByPlayerEvent.h
Generated on Fri Jun 13 2025 05:05:05 for LeviLamina by
1.12.0