LeviLamina
Loading...
Searching...
No Matches
BlockScreenController.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/screens/controllers/ClientInstanceScreenController.h"
7#include "mc/legacy/ActorUniqueID.h"
8#include "mc/world/level/BlockPos.h"
9#include "mc/world/level/block/actor/BlockActorType.h"
10
11// auto generated forward declare list
12// clang-format off
14// clang-format on
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<1, 1, ::BlockActorType> mBlockEntityType;
21 ::ll::TypedStorage<4, 12, ::BlockPos> mBlockPos;
22 ::ll::TypedStorage<8, 8, ::ActorUniqueID> mEntityUniqueID;
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
28
29public:
30 // virtual functions
31 // NOLINTBEGIN
32 virtual ~BlockScreenController() /*override*/;
33
34 virtual void setAssociatedBlockPos(::BlockPos const& pos) /*override*/;
35
36 virtual void setAssociatedEntityUniqueID(::ActorUniqueID const unqiueID) /*override*/;
37
38 virtual bool _isStillValid() const /*override*/;
39 // NOLINTEND
40
41public:
42 // member functions
43 // NOLINTBEGIN
45 ::std::shared_ptr<::ClientInstanceScreenModel> model,
46 ::BlockPos const& pos,
47 ::BlockActorType type,
48 ::ActorUniqueID uniqueID
49 );
50 // NOLINTEND
51
52public:
53 // constructor thunks
54 // NOLINTBEGIN
55 MCAPI void* $ctor(
56 ::std::shared_ptr<::ClientInstanceScreenModel> model,
57 ::BlockPos const& pos,
58 ::BlockActorType type,
59 ::ActorUniqueID uniqueID
60 );
61 // NOLINTEND
62
63public:
64 // destructor thunk
65 // NOLINTBEGIN
66 MCFOLD void $dtor();
67 // NOLINTEND
68
69public:
70 // virtual function thunks
71 // NOLINTBEGIN
72 MCAPI void $setAssociatedBlockPos(::BlockPos const& pos);
73
74 MCAPI void $setAssociatedEntityUniqueID(::ActorUniqueID const unqiueID);
75
76 MCAPI bool $_isStillValid() const;
77 // NOLINTEND
78
79public:
80 // vftables
81 // NOLINTBEGIN
83
84 MCNAPI static void** $vftableForScreenController();
85 // NOLINTEND
86};
Definition BlockScreenController.h:5
static MCAPI void ** $vftableForEnableNonOwnerReferences()
static MCAPI void ** $vftableForScreenController()
Definition ClientInstanceScreenController.h:5
Definition ClientInstanceScreenModel.h:5
STL namespace.