3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/oreui/binding/QueryBase.h"
7#include "mc/client/gui/oreui/binding/properties/Property.h"
8#include "mc/deps/core/utility/NonOwnerPointer.h"
23 ::ll::TypedStorage<8, 200, ::OreUI::Property<::std::string>> mSearchString;
24 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::GameplayUI::GameplayUIContext>> mContext;
29 RecipeBookSearchStringQuery();
34 virtual void update(
double time) ;
40 MCAPI RecipeBookSearchStringQuery(::OreUI::GameDependencies
const& game, ::OreUI::ClientDependencies
const& client);
46 MCAPI static ::std::add_lvalue_reference_t<char const[]> NAME();
52 MCAPI
void* $ctor(::OreUI::GameDependencies
const& game, ::OreUI::ClientDependencies
const& client);
58 MCAPI
void $update(
double time);
Definition ClientDependencies.h:7
Definition GameDependencies.h:7
Definition RecipeBookSearchStringQuery.h:7
static MCAPI void ** $vftableForIQuery()
static MCAPI void ** $vftableForPropertyObject()
Definition GameplayUIContext.h:7