LeviLamina
Loading...
Searching...
No Matches
WebBlock.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/utility/optional_ref.h"
7
#include "mc/world/level/block/BlockType.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
AABB
;
12
class
Block
;
13
class
BlockPos
;
14
class
Experiments
;
15
class
GetCollisionShapeInterface
;
16
class
IConstBlockSource
;
17
// clang-format on
18
19
class
WebBlock
:
public
::BlockType {
20
public
:
21
// virtual functions
22
// NOLINTBEGIN
23
virtual ::AABB getCollisionShape(
24
::Block
const
&,
25
::IConstBlockSource
const
&,
26
::BlockPos
const
&,
27
::optional_ref<::GetCollisionShapeInterface const>
28
)
const
/*override*/
;
29
30
virtual
void
_addHardCodedBlockComponents(
::Experiments
const
& experiments)
/*override*/
;
31
32
virtual
~WebBlock
()
/*override*/
=
default
;
33
// NOLINTEND
34
35
public
:
36
// virtual function thunks
37
// NOLINTBEGIN
38
MCFOLD ::AABB $getCollisionShape(
39
::Block
const
&,
40
::IConstBlockSource
const
&,
41
::BlockPos
const
&,
42
::optional_ref<::GetCollisionShapeInterface const>
43
)
const
;
44
45
MCFOLD
void
$_addHardCodedBlockComponents(
::Experiments
const
& experiments);
46
47
48
// NOLINTEND
49
50
public
:
51
// vftables
52
// NOLINTBEGIN
53
MCAPI
static
void
** $vftable();
54
// NOLINTEND
55
};
AABB
Definition
AABB.h:18
BlockPos
Definition
BlockPos.h:19
Block
Definition
Block.h:43
Experiments
Definition
Experiments.h:14
GetCollisionShapeInterface
Definition
GetCollisionShapeInterface.h:13
IConstBlockSource
Definition
IConstBlockSource.h:25
WebBlock
Definition
WebBlock.h:19
optional_ref
Definition
optional_ref.h:10
src
mc
world
level
block
WebBlock.h
Generated on
for LeviLamina by
1.16.1