LeviLamina
Loading...
Searching...
No Matches
PaleMossCarpetBlockItem.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
PaleMossCarpetBlockItem
:
public
::BlockItem {
18
public
:
19
// virtual functions
20
// NOLINTBEGIN
21
virtual ::InteractionResult
22
_useOn(
::ItemStack
& instance,
::Actor
& actor,
::BlockPos
pos, uchar face,
::Vec3
const
& clickPos)
const
23
/*override*/
;
24
// NOLINTEND
25
26
public
:
27
// virtual function thunks
28
// NOLINTBEGIN
29
MCAPI ::InteractionResult
30
$_useOn(
::ItemStack
& instance,
::Actor
& actor,
::BlockPos
pos, uchar face,
::Vec3
const
& clickPos)
const
;
31
32
33
// NOLINTEND
34
35
public
:
36
// vftables
37
// NOLINTBEGIN
38
MCAPI
static
void
** $vftable();
39
// NOLINTEND
40
};
Actor
Definition
Actor.h:125
BlockPos
Definition
BlockPos.h:21
InteractionResult
Definition
InteractionResult.h:5
ItemStack
Definition
ItemStack.h:35
PaleMossCarpetBlockItem
Definition
PaleMossCarpetBlockItem.h:17
Vec3
Definition
Vec3.h:10
src
mc
world
item
PaleMossCarpetBlockItem.h
Generated on
for LeviLamina by
1.16.1