LeviLamina
Loading...
Searching...
No Matches
MobSpawnerBlock.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/ActorBlockBase.h"
8
#include "mc/world/level/block/BlockType.h"
9
10
// auto generated forward declare list
11
// clang-format off
12
class
AABB
;
13
class
Block
;
14
class
BlockPos
;
15
class
GetCollisionShapeInterface
;
16
class
IConstBlockSource
;
17
// clang-format on
18
19
class
MobSpawnerBlock
:
public
::ActorBlock {
20
public
:
21
// virtual functions
22
// NOLINTBEGIN
23
virtual ::AABB getCollisionShape(
24
::Block
const
&,
25
::IConstBlockSource
const
&,
26
::BlockPos
const
& pos,
27
::optional_ref<::GetCollisionShapeInterface const>
28
)
const
/*override*/
;
29
30
virtual ::AABB
const
&
31
getOutline(
::Block
const
&,
::IConstBlockSource
const
&,
::BlockPos
const
& pos,
::AABB
& bufferValue)
const
32
/*override*/
;
33
34
virtual
~MobSpawnerBlock
()
/*override*/
=
default
;
35
// NOLINTEND
36
37
public
:
38
// virtual function thunks
39
// NOLINTBEGIN
40
MCFOLD ::AABB $getCollisionShape(
41
::Block
const
&,
42
::IConstBlockSource
const
&,
43
::BlockPos
const
& pos,
44
::optional_ref<::GetCollisionShapeInterface const>
45
)
const
;
46
47
MCFOLD ::AABB
const
&
48
$getOutline(
::Block
const
&,
::IConstBlockSource
const
&,
::BlockPos
const
& pos,
::AABB
& bufferValue)
const
;
49
50
51
// NOLINTEND
52
53
public
:
54
// vftables
55
// NOLINTBEGIN
56
MCAPI
static
void
** $vftable();
57
// NOLINTEND
58
};
AABB
Definition
AABB.h:18
BlockPos
Definition
BlockPos.h:19
Block
Definition
Block.h:43
GetCollisionShapeInterface
Definition
GetCollisionShapeInterface.h:13
IConstBlockSource
Definition
IConstBlockSource.h:25
MobSpawnerBlock
Definition
MobSpawnerBlock.h:19
optional_ref
Definition
optional_ref.h:10
src
mc
world
level
block
MobSpawnerBlock.h
Generated on
for LeviLamina by
1.16.1