LeviLamina
Loading...
Searching...
No Matches
SculkVeinBlock.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/block/MultifaceBlock.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Actor
;
11
class
Block
;
12
class
BlockActor
;
13
class
BlockPos
;
14
class
ItemInstance
;
15
// clang-format on
16
17
class
SculkVeinBlock
:
public
::MultifaceBlock {
18
public
:
19
// virtual functions
20
// NOLINTBEGIN
21
virtual ::ItemInstance asItemInstance(
::Block
const
& block,
::BlockActor
const
*)
const
/*override*/
;
22
23
virtual
bool
checkIsPathable(
::Actor
& entity,
::BlockPos
const
& lastPathPos,
::BlockPos
const
& pathPos)
const
24
/*override*/
;
25
26
virtual
~SculkVeinBlock
()
/*override*/
=
default
;
27
// NOLINTEND
28
29
public
:
30
// virtual function thunks
31
// NOLINTBEGIN
32
MCAPI ::ItemInstance $asItemInstance(
::Block
const
& block,
::BlockActor
const
*)
const
;
33
34
MCFOLD
bool
$checkIsPathable(
::Actor
& entity,
::BlockPos
const
& lastPathPos,
::BlockPos
const
& pathPos)
const
;
35
36
37
// NOLINTEND
38
39
public
:
40
// vftables
41
// NOLINTBEGIN
42
MCNAPI
static
void
**
$vftable
();
43
// NOLINTEND
44
};
Actor
Definition
Actor.h:105
BlockActor
Definition
BlockActor.h:32
BlockPos
Definition
BlockPos.h:19
Block
Definition
Block.h:43
ItemInstance
Definition
ItemInstance.h:15
SculkVeinBlock
Definition
SculkVeinBlock.h:17
SculkVeinBlock::$vftable
static MCAPI void ** $vftable()
src
mc
world
level
block
SculkVeinBlock.h
Generated on
for LeviLamina by
1.16.1