3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/ViewRequest.h"
7#include "mc/client/gui/screens/controllers/MinecraftScreenController.h"
19 ::ll::TypedStorage<4, 4, uint> mGoButton1Id;
20 ::ll::TypedStorage<4, 4, uint> mGoButton2Id;
21 ::ll::TypedStorage<1, 1, bool> mAnimActive;
27 virtual ~TestScreenController() =
default;
29 virtual ::ui::ViewRequest handleEvent(::ScreenEvent&) ;
32 ::std::string
const& bindingName,
34 ::std::string
const& bindingNameOverride,
38 virtual void handleLicenseChanged() ;
Definition MinecraftScreenController.h:5
Definition TestScreenController.h:5
Definition ScreenEvent.h:5
Definition UIPropertyBag.h:5