LeviLamina
Loading...
Searching...
No Matches
FurnaceQuery.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/oreui/binding/QueryBase.h"
7#include "mc/client/gui/oreui/binding/properties/Property.h"
8
9// auto generated forward declare list
10// clang-format off
11class IClientInstance;
12namespace OreUI { class ClientDependencies; }
13// clang-format on
14
15namespace OreUI {
16
17class FurnaceQuery : public ::OreUI::QueryBase<::OreUI::FurnaceQuery> {
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<8, 8, ::std::reference_wrapper<::IClientInstance>> mClient;
22 ::ll::TypedStorage<8, 176, ::OreUI::Property<int>> mLitProgress;
23 ::ll::TypedStorage<8, 176, ::OreUI::Property<int>> mBurnProgress;
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
28 FurnaceQuery();
29
30public:
31 // virtual functions
32 // NOLINTBEGIN
33 virtual void update(double time) /*override*/;
34 // NOLINTEND
35
36public:
37 // member functions
38 // NOLINTBEGIN
39 MCAPI explicit FurnaceQuery(::OreUI::ClientDependencies const& client);
40 // NOLINTEND
41
42public:
43 // constructor thunks
44 // NOLINTBEGIN
45 MCAPI void* $ctor(::OreUI::ClientDependencies const& client);
46 // NOLINTEND
47
48public:
49 // virtual function thunks
50 // NOLINTBEGIN
51 MCAPI void $update(double time);
52 // NOLINTEND
53
54public:
55 // vftables
56 // NOLINTBEGIN
57 MCNAPI static void** $vftableForPropertyObject();
58
59 MCNAPI static void** $vftableForIQuery();
60 // NOLINTEND
61};
62
63} // namespace OreUI
Definition IClientInstance.h:5
Definition ClientDependencies.h:7
Definition FurnaceQuery.h:7
static MCAPI void ** $vftableForIQuery()
static MCAPI void ** $vftableForPropertyObject()