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