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