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