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