LeviLamina
Loading...
Searching...
No Matches
SignModel.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
SignModel
:
public
::Model
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::TypedStorage<8, 16, ::mce::MaterialPtr> mDefaultMaterial;
20
::ll::TypedStorage<8, 576, ::ModelPart> mCube;
21
::ll::TypedStorage<8, 576, ::ModelPart> mCube2;
22
// NOLINTEND
23
24
public
:
25
// virtual functions
26
// NOLINTBEGIN
27
virtual
void
render(::ScreenContext& screenContext)
/*override*/
;
28
// NOLINTEND
29
30
public
:
31
// member functions
32
// NOLINTBEGIN
33
MCAPI SignModel();
34
// NOLINTEND
35
36
public
:
37
// constructor thunks
38
// NOLINTBEGIN
39
MCAPI
void
* $ctor();
40
// NOLINTEND
41
42
public
:
43
// virtual function thunks
44
// NOLINTBEGIN
45
MCAPI
void
$render(::ScreenContext& screenContext);
46
// NOLINTEND
47
48
public
:
49
// vftables
50
// NOLINTBEGIN
51
MCNAPI
static
void
**
$vftable
();
52
// NOLINTEND
53
};
Model
Definition
Model.h:5
ScreenContext
Definition
ScreenContext.h:5
SignModel
Definition
SignModel.h:5
SignModel::$vftable
static MCAPI void ** $vftable()
src-client
mc
client
model
models
SignModel.h
Generated on
for LeviLamina by
1.16.1