3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/core/utility/NonOwnerPointer.h"
22 ::ll::TypedStorage<8, 8, ::IMinecraftGame&> mMinecraft;
23 ::ll::TypedStorage<8, 8, ::IClientInstance&> mClient;
24 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::IAdvancedGraphicsOptions>> mAdvancedGraphicsOptions;
25 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::ISceneStack>> mSceneStack;
26 ::ll::TypedStorage<8, 8, ::SceneFactory&> mSceneFactory;
27 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::IScreenCapabilities>> mCapabilities;
32 MinecraftScreenModelContext& operator=(MinecraftScreenModelContext
const&);
33 MinecraftScreenModelContext(MinecraftScreenModelContext
const&);
34 MinecraftScreenModelContext();
39 MCAPI ~MinecraftScreenModelContext();
Definition IAdvancedGraphicsOptions.h:16
Definition IClientInstance.h:5
Definition IMinecraftGame.h:5
Definition ISceneStack.h:5
Definition IScreenCapabilities.h:8
Definition SceneFactory.h:5
Definition MinecraftScreenModelContext.h:5