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