LeviLamina
Loading...
Searching...
No Matches
HarnessItem.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/item/Item.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Actor
;
11
class
BlockSource
;
12
class
Container
;
13
class
Vec3
;
14
// clang-format on
15
16
class
HarnessItem :
public
::Item {
17
public
:
18
// prevent constructor by default
19
HarnessItem();
20
21
public
:
22
// virtual functions
23
// NOLINTBEGIN
24
virtual
bool
dispense(
::BlockSource
& region,
::Container
& container,
int
slot,
::Vec3
const
& pos, uchar)
const
25
/*override*/
;
26
// NOLINTEND
27
28
public
:
29
// member functions
30
// NOLINTBEGIN
31
MCAPI HarnessItem(::std::string
const
& nameId,
short
id
);
32
// NOLINTEND
33
34
public
:
35
// static functions
36
// NOLINTBEGIN
37
MCAPI
static
bool
_tryExecutEquipHarnessEvent(
::Actor
& actor);
38
// NOLINTEND
39
40
public
:
41
// constructor thunks
42
// NOLINTBEGIN
43
MCAPI
void
* $ctor(::std::string
const
& nameId,
short
id
);
44
// NOLINTEND
45
46
public
:
47
// virtual function thunks
48
// NOLINTBEGIN
49
MCAPI
bool
$dispense(
::BlockSource
& region,
::Container
& container,
int
slot,
::Vec3
const
& pos, uchar)
const
;
50
51
52
// NOLINTEND
53
54
public
:
55
// vftables
56
// NOLINTBEGIN
57
MCAPI
static
void
** $vftable();
58
// NOLINTEND
59
};
Actor
Definition
Actor.h:125
BlockSource
Definition
BlockSource.h:73
Container
Definition
Container.h:34
Vec3
Definition
Vec3.h:10
src
mc
world
item
HarnessItem.h
Generated on
for LeviLamina by
1.16.1