LeviLamina
Loading...
Searching...
No Matches
LabTableScreenController.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/DirtyFlag.h"
7#include "mc/client/gui/screens/controllers/ContainerScreenController.h"
8
9// auto generated forward declare list
10// clang-format off
11class BlockPos;
14class Player;
15struct ActorUniqueID;
16// clang-format on
17
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::LabTableContainerManagerController>> mManagerController;
23 ::ll::TypedStorage<1, 1, bool> mStillValid;
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
28 LabTableScreenController();
29
30public:
31 // virtual functions
32 // NOLINTBEGIN
33 virtual ~LabTableScreenController() /*override*/ = default;
34
35 virtual ::ui::DirtyFlag tick() /*override*/;
36
37 virtual bool _isStillValid() const /*override*/;
38
39 virtual void _registerCoalesceOrder() /*override*/;
40
41 virtual void _registerAutoPlaceOrder() /*override*/;
42 // NOLINTEND
43
44public:
45 // member functions
46 // NOLINTBEGIN
47 MCAPI LabTableScreenController(
48 ::std::shared_ptr<::ClientInstanceScreenModel> model,
49 ::Player& player,
50 ::BlockPos const& pos,
51 ::ActorUniqueID uniqueId
52 );
53
54 MCAPI void _registerStateMachine();
55 // NOLINTEND
56
57public:
58 // constructor thunks
59 // NOLINTBEGIN
60 MCAPI void* $ctor(
61 ::std::shared_ptr<::ClientInstanceScreenModel> model,
62 ::Player& player,
63 ::BlockPos const& pos,
64 ::ActorUniqueID uniqueId
65 );
66 // NOLINTEND
67
68public:
69 // virtual function thunks
70 // NOLINTBEGIN
71 MCAPI ::ui::DirtyFlag $tick();
72
73 MCAPI bool $_isStillValid() const;
74
75 MCAPI void $_registerCoalesceOrder();
76
77 MCAPI void $_registerAutoPlaceOrder();
78 // NOLINTEND
79
80public:
81 // vftables
82 // NOLINTBEGIN
83 MCNAPI static void** $vftableForScreenController();
84
86 // NOLINTEND
87};
Definition BlockPos.h:19
Definition ClientInstanceScreenModel.h:5
Definition ContainerScreenController.h:5
Definition LabTableContainerManagerController.h:16
Definition LabTableScreenController.h:5
static MCAPI void ** $vftableForScreenController()
static MCAPI void ** $vftableForEnableNonOwnerReferences()
Definition Player.h:125
Definition ActorUniqueID.h:5