LeviLamina
Loading...
Searching...
No Matches
Painting.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/actor/HangingActor.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
BlockSource
;
11
class
CompoundTag
;
12
class
DataLoadHelper
;
13
class
Motif
;
14
class
Packet
;
15
// clang-format on
16
17
class
Painting
:
public
::HangingActor {
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::TypedStorage<8, 8, ::Motif const*> mMotif;
22
// NOLINTEND
23
24
public
:
25
// virtual functions
26
// NOLINTBEGIN
27
virtual
float
getShadowRadius()
const
/*override*/
;
28
29
virtual ::std::unique_ptr<::Packet> tryCreateAddActorPacket()
/*override*/
;
30
31
virtual
int
getWidth()
const
/*override*/
;
32
33
virtual
int
getHeight()
const
/*override*/
;
34
35
virtual
void
dropItem()
/*override*/
;
36
37
virtual
void
remove()
/*override*/
;
38
39
virtual
bool
placeHangingEntity(
::BlockSource
& region,
int
direction)
/*override*/
;
40
41
virtual
void
addAdditionalSaveData(
::CompoundTag
& tag)
const
/*override*/
;
42
43
virtual
void
readAdditionalSaveData(
::CompoundTag
const
& tag,
::DataLoadHelper
& dataLoadHelper)
/*override*/
;
44
45
virtual
~Painting
()
/*override*/
=
default
;
46
// NOLINTEND
47
48
public
:
49
// virtual function thunks
50
// NOLINTBEGIN
51
MCFOLD
float
$getShadowRadius()
const
;
52
53
MCAPI ::std::unique_ptr<::Packet> $tryCreateAddActorPacket();
54
55
MCAPI
int
$getWidth()
const
;
56
57
MCAPI
int
$getHeight()
const
;
58
59
MCAPI
void
$dropItem();
60
61
MCAPI
void
$remove();
62
63
MCAPI
bool
$placeHangingEntity(
::BlockSource
& region,
int
direction);
64
65
MCAPI
void
$addAdditionalSaveData(
::CompoundTag
& tag)
const
;
66
67
MCAPI
void
$readAdditionalSaveData(
::CompoundTag
const
& tag,
::DataLoadHelper
& dataLoadHelper);
68
69
70
// NOLINTEND
71
72
public
:
73
// vftables
74
// NOLINTBEGIN
75
MCAPI
static
void
** $vftable();
76
// NOLINTEND
77
};
BlockSource
Definition
BlockSource.h:68
CompoundTag
Definition
CompoundTag.h:23
DataLoadHelper
Definition
DataLoadHelper.h:20
Motif
Definition
Motif.h:10
Packet
Definition
Packet.h:28
Painting
Definition
Painting.h:17
src
mc
world
actor
Painting.h
Generated on
for LeviLamina by
1.16.1