LeviLamina
Loading...
Searching...
No Matches
LiquidBlockDynamic.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/block/LiquidBlockBase.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Actor
;
11
class
BlockPos
;
12
class
BlockSource
;
13
class
LiquidBlock
;
14
class
Material
;
15
namespace
BlockEvents {
class
BlockPlaceEvent
; }
16
namespace
BlockEvents {
class
BlockQueuedTickEvent
; }
17
// clang-format on
18
19
class
LiquidBlockDynamic :
public
::LiquidBlockBase {
20
public
:
21
// member variables
22
// NOLINTBEGIN
23
::ll::TypedStorage<8, 8, ::LiquidBlock const&> mLiquidBlock;
24
// NOLINTEND
25
26
public
:
27
// prevent constructor by default
28
LiquidBlockDynamic& operator=(LiquidBlockDynamic
const
&);
29
LiquidBlockDynamic(LiquidBlockDynamic
const
&);
30
LiquidBlockDynamic();
31
32
public
:
33
// virtual functions
34
// NOLINTBEGIN
35
virtual
void
entityInside(
::BlockSource
& entity,
::BlockPos
const
&,
::Actor
&)
const
/*override*/
;
36
// NOLINTEND
37
38
public
:
39
// member functions
40
// NOLINTBEGIN
41
MCAPI LiquidBlockDynamic(
42
::std::string
const
& nameId,
43
int
id
,
44
::Material
const
& material,
45
::LiquidBlock
const
& liquidBlock
46
);
47
48
MCAPI
void
onPlace(
::BlockEvents::BlockPlaceEvent
& eventData)
const
;
49
50
MCAPI
void
tick(
::BlockEvents::BlockQueuedTickEvent
& eventData)
const
;
51
// NOLINTEND
52
53
public
:
54
// constructor thunks
55
// NOLINTBEGIN
56
MCAPI
void
*
57
$ctor(::std::string
const
& nameId,
int
id
,
::Material
const
& material,
::LiquidBlock
const
& liquidBlock);
58
// NOLINTEND
59
60
public
:
61
// virtual function thunks
62
// NOLINTBEGIN
63
MCFOLD
void
$entityInside(
::BlockSource
& entity,
::BlockPos
const
&,
::Actor
&)
const
;
64
65
66
// NOLINTEND
67
68
public
:
69
// vftables
70
// NOLINTBEGIN
71
MCAPI
static
void
** $vftable();
72
// NOLINTEND
73
};
Actor
Definition
Actor.h:125
BlockEvents::BlockPlaceEvent
Definition
BlockPlaceEvent.h:18
BlockEvents::BlockQueuedTickEvent
Definition
BlockQueuedTickEvent.h:18
BlockPos
Definition
BlockPos.h:21
BlockSource
Definition
BlockSource.h:73
LiquidBlock
Definition
LiquidBlock.h:19
Material
Definition
Material.h:8
src
mc
world
level
block
LiquidBlockDynamic.h
Generated on
for LeviLamina by
1.16.1