LeviLamina
Loading...
Searching...
No Matches
CandleBlockItem.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/item/BlockItem.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Actor
;
11
class
BlockPos
;
12
class
InteractionResult
;
13
class
ItemStack
;
14
class
Vec3
;
15
// clang-format on
16
17
class
CandleBlockItem
:
public
::BlockItem {
18
public
:
19
// virtual functions
20
// NOLINTBEGIN
21
virtual
int
getLevelDataForAuxValue(
int
auxValue)
const
/*override*/
;
22
23
virtual ::InteractionResult
24
_useOn(
::ItemStack
& instance,
::Actor
& actor,
::BlockPos
pos, uchar face,
::Vec3
const
& clickPos)
const
25
/*override*/
;
26
27
virtual
bool
isCandle()
const
/*override*/
;
28
29
virtual
~CandleBlockItem
()
/*override*/
=
default
;
30
// NOLINTEND
31
32
public
:
33
// virtual function thunks
34
// NOLINTBEGIN
35
MCFOLD
int
$getLevelDataForAuxValue(
int
auxValue)
const
;
36
37
MCAPI ::InteractionResult
38
$_useOn(
::ItemStack
& instance,
::Actor
& actor,
::BlockPos
pos, uchar face,
::Vec3
const
& clickPos)
const
;
39
40
MCFOLD
bool
$isCandle()
const
;
41
42
43
// NOLINTEND
44
45
public
:
46
// vftables
47
// NOLINTBEGIN
48
MCAPI
static
void
** $vftable();
49
// NOLINTEND
50
};
Actor
Definition
Actor.h:105
BlockPos
Definition
BlockPos.h:19
CandleBlockItem
Definition
CandleBlockItem.h:17
InteractionResult
Definition
InteractionResult.h:5
ItemStack
Definition
ItemStack.h:26
Vec3
Definition
Vec3.h:10
src
mc
world
item
CandleBlockItem.h
Generated on
for LeviLamina by
1.16.1