3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/DirtyFlag.h"
7#include "mc/client/gui/screens/controllers/ClientInstanceScreenController.h"
19 ::ll::TypedStorage<8, 8, ::Player&> mSleepingPlayer;
20 ::ll::TypedStorage<4, 4, int> mSleepingPlayerCount;
21 ::ll::TypedStorage<4, 4, int> mRequiredSleepingPlayerCount;
22 ::ll::TypedStorage<1, 1, bool> mIsAbleToSleep;
27 InBedScreenController& operator=(InBedScreenController
const&);
28 InBedScreenController(InBedScreenController
const&);
29 InBedScreenController();
34 virtual ~InBedScreenController() =
default;
36 virtual ::ui::DirtyFlag tick() ;
38 virtual bool _isStillValid() const ;
44 MCAPI InBedScreenController(::std::shared_ptr<::ClientInstanceScreenModel> model, ::Player& player);
50 MCAPI
void* $ctor(::std::shared_ptr<::ClientInstanceScreenModel> model, ::Player& player);
56 MCAPI ::ui::DirtyFlag $tick();
58 MCAPI
bool $_isStillValid() const;
Definition ClientInstanceScreenController.h:5
Definition ClientInstanceScreenModel.h:5
Definition InBedScreenController.h:5
static MCAPI void ** $vftableForScreenController()
static MCAPI void ** $vftableForEnableNonOwnerReferences()