LeviLamina
Loading...
Searching...
No Matches
LegacyPlayerTransactionSubject.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/inventory/transaction/ILegacyItemUseTransactionSubject.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
BlockPos
;
11
// clang-format on
12
13
class
LegacyPlayerTransactionSubject
:
public
::ILegacyItemUseTransactionSubject
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::UntypedStorage<8, 8>
mUnk484862;
18
// NOLINTEND
19
20
public
:
21
// prevent constructor by default
22
LegacyPlayerTransactionSubject
& operator=(
LegacyPlayerTransactionSubject
const
&);
23
LegacyPlayerTransactionSubject
(
LegacyPlayerTransactionSubject
const
&);
24
LegacyPlayerTransactionSubject
();
25
26
public
:
27
// virtual functions
28
// NOLINTBEGIN
29
// vIndex: 1
30
virtual
bool
isServerAuthBlockBreakingEnabled()
const
/*override*/
;
31
32
// vIndex: 2
33
virtual
bool
destroyBlock(
::BlockPos
const
& pos, uchar face)
/*override*/
;
34
35
// vIndex: 0
36
virtual
~LegacyPlayerTransactionSubject
()
/*override*/
=
default
;
37
// NOLINTEND
38
39
public
:
40
// virtual function thunks
41
// NOLINTBEGIN
42
MCNAPI
bool
$isServerAuthBlockBreakingEnabled
()
const
;
43
44
MCNAPI
bool
$destroyBlock
(
::BlockPos
const
& pos, uchar face);
45
// NOLINTEND
46
47
public
:
48
// vftables
49
// NOLINTBEGIN
50
MCNAPI
static
void
**
$vftable
();
51
// NOLINTEND
52
};
BlockPos
Definition
BlockPos.h:18
ILegacyItemUseTransactionSubject
Definition
ILegacyItemUseTransactionSubject.h:10
LegacyPlayerTransactionSubject
Definition
LegacyPlayerTransactionSubject.h:13
LegacyPlayerTransactionSubject::$vftable
static MCAPI void ** $vftable()
LegacyPlayerTransactionSubject::$destroyBlock
MCAPI bool $destroyBlock(::BlockPos const &pos, uchar face)
LegacyPlayerTransactionSubject::$isServerAuthBlockBreakingEnabled
MCAPI bool $isServerAuthBlockBreakingEnabled() const
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
inventory
transaction
LegacyPlayerTransactionSubject.h
Generated on Wed Aug 27 2025 11:40:28 for LeviLamina by
1.12.0