LeviLamina
Loading...
Searching...
No Matches
DoublePlantBlock.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/block/DoublePlantBaseBlock.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Actor
;
11
class
BlockPos
;
12
class
BlockSource
;
13
// clang-format on
14
15
class
DoublePlantBlock :
public
::DoublePlantBaseBlock {
16
public
:
17
// prevent constructor by default
18
DoublePlantBlock();
19
20
public
:
21
// virtual functions
22
// NOLINTBEGIN
23
virtual
void
setupRedstoneComponent(
::BlockSource
& region,
::BlockPos
const
& pos)
const
/*override*/
;
24
// NOLINTEND
25
26
public
:
27
// member functions
28
// NOLINTBEGIN
29
MCAPI DoublePlantBlock(::std::string
const
& nameId,
int
id
);
30
31
MCAPI
bool
placeAt(
::BlockSource
& region,
::BlockPos
const
& pos,
int
updateType,
::Actor
*)
const
;
32
// NOLINTEND
33
34
public
:
35
// constructor thunks
36
// NOLINTBEGIN
37
MCAPI
void
* $ctor(::std::string
const
& nameId,
int
id
);
38
// NOLINTEND
39
40
public
:
41
// virtual function thunks
42
// NOLINTBEGIN
43
MCAPI
void
$setupRedstoneComponent(
::BlockSource
& region,
::BlockPos
const
& pos)
const
;
44
45
46
// NOLINTEND
47
48
public
:
49
// vftables
50
// NOLINTBEGIN
51
MCAPI
static
void
**
$vftable
();
52
// NOLINTEND
53
};
Actor
Definition
Actor.h:125
BlockPos
Definition
BlockPos.h:21
BlockSource
Definition
BlockSource.h:73
DoublePlantBaseBlock::$vftable
static MCAPI void ** $vftable()
src
mc
world
level
block
DoublePlantBlock.h
Generated on
for LeviLamina by
1.16.1