LeviLamina
Loading...
Searching...
No Matches
ChestScreenController.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/screens/controllers/BlockContainerScreenController.h"
7#include "mc/world/level/block/actor/BlockActorType.h"
8
9// auto generated forward declare list
10// clang-format off
11class BlockPos;
13class Player;
14struct ActorUniqueID;
15// clang-format on
16
18public:
19 // prevent constructor by default
20 ChestScreenController();
21
22public:
23 // virtual functions
24 // NOLINTBEGIN
25 virtual ~ChestScreenController() /*override*/;
26
27 virtual void _registerCoalesceOrder() /*override*/;
28
29 virtual void _registerAutoPlaceOrder() /*override*/;
30 // NOLINTEND
31
32public:
33 // member functions
34 // NOLINTBEGIN
35 MCAPI ChestScreenController(
36 ::std::shared_ptr<::ClientInstanceScreenModel> model,
37 ::Player& player,
38 ::BlockPos const& pos,
39 ::ActorUniqueID uniqueId,
40 ::BlockActorType blockEntityType
41 );
42 // NOLINTEND
43
44public:
45 // constructor thunks
46 // NOLINTBEGIN
47 MCAPI void* $ctor(
48 ::std::shared_ptr<::ClientInstanceScreenModel> model,
49 ::Player& player,
50 ::BlockPos const& pos,
51 ::ActorUniqueID uniqueId,
52 ::BlockActorType blockEntityType
53 );
54 // NOLINTEND
55
56public:
57 // destructor thunk
58 // NOLINTBEGIN
59 MCAPI void $dtor();
60 // NOLINTEND
61
62public:
63 // virtual function thunks
64 // NOLINTBEGIN
65 MCFOLD void $_registerCoalesceOrder();
66
67 MCFOLD void $_registerAutoPlaceOrder();
68 // NOLINTEND
69
70public:
71 // vftables
72 // NOLINTBEGIN
73 MCNAPI static void** $vftableForScreenController();
74
76 // NOLINTEND
77};
Definition BlockContainerScreenController.h:5
Definition BlockPos.h:21
Definition ChestScreenController.h:5
static MCAPI void ** $vftableForScreenController()
static MCAPI void ** $vftableForEnableNonOwnerReferences()
Definition ClientInstanceScreenModel.h:5
Definition Player.h:137
Definition ActorUniqueID.h:10