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
virtual ::ItemStack& use(
::ItemStack
& item,
::Player
& player)
const
/*override*/
;
19
20
virtual
~PortfolioBookItem
()
/*override*/
=
default
;
21
// NOLINTEND
22
23
public
:
24
// virtual function thunks
25
// NOLINTBEGIN
26
27
// NOLINTEND
28
};
ItemStack
Definition
ItemStack.h:26
Player
Definition
Player.h:125
PortfolioBookItem
Definition
PortfolioBookItem.h:14
src
mc
world
item
PortfolioBookItem.h
Generated on
for LeviLamina by
1.16.1