LeviLamina
Loading...
Searching...
No Matches
PortfolioBookItem.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
ItemStack
;
11
class
Player
;
12
// clang-format on
13
14
class
PortfolioBookItem
:
public
::Item
{
15
public
:
16
// virtual functions
17
// NOLINTBEGIN
18
// vIndex: 76
19
virtual ::ItemStack& use(
::ItemStack
& item,
::Player
& player)
const
/*override*/
;
20
21
// vIndex: 0
22
virtual
~PortfolioBookItem
()
/*override*/
=
default
;
23
// NOLINTEND
24
25
public
:
26
// destructor thunk
27
// NOLINTBEGIN
28
29
// NOLINTEND
30
31
public
:
32
// virtual function thunks
33
// NOLINTBEGIN
34
35
// NOLINTEND
36
};
ItemStack
Definition
ItemStack.h:25
Item
Definition
Item.h:65
Player
Definition
Player.h:119
PortfolioBookItem
Definition
PortfolioBookItem.h:14
src
mc
world
item
PortfolioBookItem.h
Generated on Sat Apr 26 2025 05:56:15 for LeviLamina by
1.12.0