LeviLamina
Loading...
Searching...
No Matches
ConduitBaseModel.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/Model.h"
8
#include "mc/deps/minecraft_renderer/renderer/MaterialPtr.h"
9
10
// auto generated forward declare list
11
// clang-format off
12
class
ScreenContext
;
13
// clang-format on
14
15
class
ConduitBaseModel
:
public
::Model
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::TypedStorage<8, 16, ::mce::MaterialPtr> mDefaultMaterial;
20
::ll::TypedStorage<8, 576, ::ModelPart> mShell;
21
// NOLINTEND
22
23
public
:
24
// prevent constructor by default
25
ConduitBaseModel();
26
27
public
:
28
// virtual functions
29
// NOLINTBEGIN
30
virtual
~ConduitBaseModel()
/*override*/
=
default
;
31
32
virtual
void
render(::ScreenContext& screenContext)
/*override*/
;
33
// NOLINTEND
34
35
public
:
36
// member functions
37
// NOLINTBEGIN
38
MCAPI ConduitBaseModel(
int
u,
int
v,
int
tw,
int
th);
39
// NOLINTEND
40
41
public
:
42
// constructor thunks
43
// NOLINTBEGIN
44
MCAPI
void
* $ctor(
int
u,
int
v,
int
tw,
int
th);
45
// NOLINTEND
46
47
public
:
48
// virtual function thunks
49
// NOLINTBEGIN
50
MCFOLD
void
$render(::ScreenContext& screenContext);
51
// NOLINTEND
52
53
public
:
54
// vftables
55
// NOLINTBEGIN
56
MCNAPI
static
void
**
$vftable
();
57
// NOLINTEND
58
};
ConduitBaseModel
Definition
ConduitBaseModel.h:5
ConduitBaseModel::$vftable
static MCAPI void ** $vftable()
Model
Definition
Model.h:5
ScreenContext
Definition
ScreenContext.h:5
src-client
mc
client
model
models
ConduitBaseModel.h
Generated on
for LeviLamina by
1.16.1