LeviLamina
Loading...
Searching...
No Matches
ComplexItem.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
ItemStack
;
12
class
Level
;
13
class
Packet
;
14
// clang-format on
15
16
class
ComplexItem
:
public
::Item {
17
public
:
18
// virtual functions
19
// NOLINTBEGIN
20
virtual
~ComplexItem
()
/*override*/
=
default
;
21
22
virtual
bool
isComplex()
const
/*override*/
;
23
24
virtual ::std::unique_ptr<::Packet> getUpdatePacket(
::ItemStack
const
& item,
::Level
& level,
::Actor
& player)
const
;
25
// NOLINTEND
26
27
public
:
28
// virtual function thunks
29
// NOLINTBEGIN
30
MCFOLD
bool
$isComplex()
const
;
31
32
MCFOLD ::std::unique_ptr<::Packet> $getUpdatePacket(
::ItemStack
const
& item,
::Level
& level,
::Actor
& player)
const
;
33
34
35
// NOLINTEND
36
37
public
:
38
// vftables
39
// NOLINTBEGIN
40
MCAPI
static
void
** $vftable();
41
// NOLINTEND
42
};
Actor
Definition
Actor.h:105
ComplexItem
Definition
ComplexItem.h:16
ItemStack
Definition
ItemStack.h:26
Level
Definition
Level.h:249
Packet
Definition
Packet.h:28
src
mc
world
item
ComplexItem.h
Generated on
for LeviLamina by
1.16.1