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/BlockLegacy.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
::BlockLegacy
{
18
public
:
19
// virtual functions
20
// NOLINTBEGIN
21
// vIndex: 73
22
virtual
bool
23
onFertilized(
::BlockSource
& region,
::BlockPos
const
& pos,
::Actor
* entity, ::FertilizerType fType)
const
24
/*override*/
;
25
26
// vIndex: 75
27
virtual
bool
canBeFertilized(
::BlockSource
& region,
::BlockPos
const
& pos,
::Block
const
& aboveBlock)
const
28
/*override*/
;
29
30
// vIndex: 0
31
virtual
~NetherrackBlock
()
/*override*/
=
default
;
32
// NOLINTEND
33
34
public
:
35
// virtual function thunks
36
// NOLINTBEGIN
37
MCAPI
bool
38
$onFertilized(
::BlockSource
& region,
::BlockPos
const
& pos,
::Actor
* entity, ::FertilizerType fType)
const
;
39
40
MCAPI
bool
$canBeFertilized(
::BlockSource
& region,
::BlockPos
const
& pos,
::Block
const
& aboveBlock)
const
;
41
// NOLINTEND
42
43
public
:
44
// vftables
45
// NOLINTBEGIN
46
MCNAPI
static
void
**
$vftable
();
47
// NOLINTEND
48
};
Actor
Definition
Actor.h:103
BlockLegacy
Definition
BlockLegacy.h:88
BlockPos
Definition
BlockPos.h:18
BlockSource
Definition
BlockSource.h:67
Block
Definition
Block.h:38
NetherrackBlock
Definition
NetherrackBlock.h:17
NetherrackBlock::$vftable
static MCAPI void ** $vftable()
src
mc
world
level
block
NetherrackBlock.h
Generated on Fri Jun 13 2025 05:05:16 for LeviLamina by
1.12.0