LeviLamina
Loading...
Searching...
No Matches
DecoratedPotBase.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
12class ScreenContext;
13// clang-format on
14
15class DecoratedPotBase : public ::Model {
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 16, ::mce::MaterialPtr> mDefaultMaterial;
20 ::ll::TypedStorage<8, 16, ::mce::MaterialPtr> mGuiMaterial;
21 ::ll::TypedStorage<8, 576, ::ModelPart> mNeckOuter;
22 ::ll::TypedStorage<8, 576, ::ModelPart> mNeckInner;
23 ::ll::TypedStorage<8, 576, ::ModelPart> mBottom;
24 ::ll::TypedStorage<8, 576, ::ModelPart> mTop;
25 // NOLINTEND
26
27public:
28 // virtual functions
29 // NOLINTBEGIN
30 virtual ~DecoratedPotBase() /*override*/;
31
32 virtual void render(::ScreenContext& screenContext) /*override*/;
33 // NOLINTEND
34
35public:
36 // member functions
37 // NOLINTBEGIN
38 MCAPI DecoratedPotBase();
39 // NOLINTEND
40
41public:
42 // constructor thunks
43 // NOLINTBEGIN
44 MCAPI void* $ctor();
45 // NOLINTEND
46
47public:
48 // destructor thunk
49 // NOLINTBEGIN
50 MCAPI void $dtor();
51 // NOLINTEND
52
53public:
54 // virtual function thunks
55 // NOLINTBEGIN
56 MCAPI void $render(::ScreenContext& screenContext);
57 // NOLINTEND
58
59public:
60 // vftables
61 // NOLINTBEGIN
62 MCNAPI static void** $vftable();
63 // NOLINTEND
64};
Definition DecoratedPotBase.h:5
static MCAPI void ** $vftable()
Definition Model.h:5
Definition ScreenContext.h:5