LeviLamina
Loading...
Searching...
No Matches
FrogSpawnBlockItem.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
ItemStackBase
;
15
class
Vec3
;
16
// clang-format on
17
18
class
FrogSpawnBlockItem :
public
::BlockItem {
19
public
:
20
// prevent constructor by default
21
FrogSpawnBlockItem();
22
23
public
:
24
// virtual functions
25
// NOLINTBEGIN
26
virtual ::InteractionResult
27
_useOn(
::ItemStack
& instance,
::Actor
& actor,
::BlockPos
pos, uchar face,
::Vec3
const
& clickPos)
const
28
/*override*/
;
29
30
virtual
bool
_calculatePlacePos(
::ItemStackBase
& face,
::Actor
& pos, uchar&,
::BlockPos
&)
const
/*override*/
;
31
32
virtual
bool
isLiquidClipItem()
const
/*override*/
;
33
// NOLINTEND
34
35
public
:
36
// member functions
37
// NOLINTBEGIN
38
MCAPI FrogSpawnBlockItem(::std::string
const
& name,
int
blockId);
39
// NOLINTEND
40
41
public
:
42
// constructor thunks
43
// NOLINTBEGIN
44
MCAPI
void
* $ctor(::std::string
const
& name,
int
blockId);
45
// NOLINTEND
46
47
public
:
48
// virtual function thunks
49
// NOLINTBEGIN
50
MCAPI ::InteractionResult
51
$_useOn(
::ItemStack
& instance,
::Actor
& actor,
::BlockPos
pos, uchar face,
::Vec3
const
& clickPos)
const
;
52
53
MCFOLD
bool
$_calculatePlacePos(
::ItemStackBase
& face,
::Actor
& pos, uchar&,
::BlockPos
&)
const
;
54
55
MCFOLD
bool
$isLiquidClipItem()
const
;
56
57
58
// NOLINTEND
59
60
public
:
61
// vftables
62
// NOLINTBEGIN
63
MCAPI
static
void
** $vftable();
64
// NOLINTEND
65
};
Actor
Definition
Actor.h:125
BlockPos
Definition
BlockPos.h:21
InteractionResult
Definition
InteractionResult.h:5
ItemStackBase
Definition
ItemStackBase.h:52
ItemStack
Definition
ItemStack.h:35
Vec3
Definition
Vec3.h:10
src
mc
world
item
FrogSpawnBlockItem.h
Generated on
for LeviLamina by
1.16.1