LeviLamina
Loading...
Searching...
No Matches
ChestRaftModel.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/client/model/geom/ModelPart.h"
7
#include "mc/client/model/models/ChestBoatModel.h"
8
#include "mc/deps/minecraft_renderer/renderer/MaterialPtr.h"
9
10
// auto generated forward declare list
11
// clang-format off
12
class
Actor
;
13
class
GeometryPtr
;
14
class
ScreenContext
;
15
// clang-format on
16
17
class
ChestRaftModel
:
public
::ChestBoatModel
{
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::TypedStorage<8, 16, ::mce::MaterialPtr> mDefaultMaterial;
22
::ll::TypedStorage<8, 576, ::ModelPart> mBottomBelow;
23
::ll::TypedStorage<8, 576, ::ModelPart> mBottomAbove;
24
// NOLINTEND
25
26
public
:
27
// prevent constructor by default
28
ChestRaftModel();
29
30
public
:
31
// virtual functions
32
// NOLINTBEGIN
33
virtual
~ChestRaftModel()
/*override*/
;
34
35
virtual
void
render(
36
::ScreenContext& screenContext,
37
::Actor& entity,
38
float
time,
39
float
r,
40
float
bob,
41
float
yRot,
42
float
xRot,
43
float
scale
44
)
/*override*/
;
45
// NOLINTEND
46
47
public
:
48
// member functions
49
// NOLINTBEGIN
50
MCAPI
explicit
ChestRaftModel(::GeometryPtr source);
51
// NOLINTEND
52
53
public
:
54
// constructor thunks
55
// NOLINTBEGIN
56
MCAPI
void
* $ctor(::GeometryPtr source);
57
// NOLINTEND
58
59
public
:
60
// destructor thunk
61
// NOLINTBEGIN
62
MCAPI
void
$dtor();
63
// NOLINTEND
64
65
public
:
66
// virtual function thunks
67
// NOLINTBEGIN
68
MCAPI
void
$render(
69
::ScreenContext& screenContext,
70
::Actor& entity,
71
float
time,
72
float
r,
73
float
bob,
74
float
yRot,
75
float
xRot,
76
float
scale
77
);
78
// NOLINTEND
79
80
public
:
81
// vftables
82
// NOLINTBEGIN
83
MCNAPI
static
void
**
$vftable
();
84
// NOLINTEND
85
};
Actor
Definition
Actor.h:125
ChestBoatModel
Definition
ChestBoatModel.h:5
ChestRaftModel
Definition
ChestRaftModel.h:5
ChestRaftModel::$vftable
static MCAPI void ** $vftable()
GeometryPtr
Definition
GeometryPtr.h:5
ScreenContext
Definition
ScreenContext.h:5
src-client
mc
client
model
models
ChestRaftModel.h
Generated on
for LeviLamina by
1.16.1