LeviLamina
Loading...
Searching...
No Matches
RealmsStoriesTransitionScreenController.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/client/network/realms/World.h"
8
9// auto generated forward declare list
10// clang-format off
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 656, ::Realms::World> mWorld;
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
23 RealmsStoriesTransitionScreenController();
24
25public:
26 // virtual functions
27 // NOLINTBEGIN
28 virtual ~RealmsStoriesTransitionScreenController() /*override*/ = default;
29
30 virtual void onOpen() /*override*/;
31
32 virtual void onLeave() /*override*/;
33 // NOLINTEND
34
35public:
36 // member functions
37 // NOLINTBEGIN
38 MCAPI RealmsStoriesTransitionScreenController(
39 ::std::shared_ptr<::ClientInstanceScreenModel> model,
40 ::Realms::World const& world
41 );
42 // NOLINTEND
43
44public:
45 // constructor thunks
46 // NOLINTBEGIN
47 MCAPI void* $ctor(::std::shared_ptr<::ClientInstanceScreenModel> model, ::Realms::World const& world);
48 // NOLINTEND
49
50public:
51 // virtual function thunks
52 // NOLINTBEGIN
53 MCAPI void $onOpen();
54
55 MCAPI void $onLeave();
56 // NOLINTEND
57
58public:
59 // vftables
60 // NOLINTBEGIN
62
63 MCNAPI static void** $vftableForScreenController();
64 // NOLINTEND
65};
Definition ClientInstanceScreenController.h:5
Definition ClientInstanceScreenModel.h:5
Definition RealmsStoriesTransitionScreenController.h:5
static MCAPI void ** $vftableForEnableNonOwnerReferences()
static MCAPI void ** $vftableForScreenController()