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/pub_sub/Subscription.h"
22 ::ll::TypedStorage<8, 16, ::Bedrock::PubSub::Subscription> mSubscription;
23 ::ll::TypedStorage<8, 200, ::OreUI::Property<::std::string>> mSearchString;
28 RecipeBookSearchStringQuery();
33 virtual ~RecipeBookSearchStringQuery() =
default;
39 MCAPI RecipeBookSearchStringQuery(::OreUI::GameDependencies
const& game, ::OreUI::ClientDependencies
const& client);
45 MCAPI static ::std::add_lvalue_reference_t<char const[]> NAME();
51 MCAPI
void* $ctor(::OreUI::GameDependencies
const& game, ::OreUI::ClientDependencies
const& client);
Definition ClientDependencies.h:7
Definition GameDependencies.h:7
Definition RecipeBookSearchStringQuery.h:7
static MCAPI void ** $vftableForIQuery()
static MCAPI void ** $vftableForPropertyObject()