3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/oreui/binding/CommandGroupBase.h"
7#include "mc/client/gui/oreui/binding/methods/CallableImpl.h"
8#include "mc/deps/core/utility/NonOwnerPointer.h"
20:
public ::OreUI::CommandGroupBase<::OreUI::RecipeBookSearchStringCommandGroup> {
24 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::GameplayUI::GameplayUIContext>> mContext;
25 ::ll::TypedStorage<8, 136, ::OreUI::Detail::CallableImpl<void, ::std::string>> mSetRecipeBookSearchString;
30 RecipeBookSearchStringCommandGroup();
35 virtual ~RecipeBookSearchStringCommandGroup() =
default;
41 MCAPI RecipeBookSearchStringCommandGroup(
42 ::OreUI::GameDependencies
const& game,
43 ::OreUI::ClientDependencies
const& client
46 MCAPI
void setRecipeBookSearchString(::std::string searchText);
52 MCAPI static ::std::add_lvalue_reference_t<char const[]> NAME();
58 MCAPI
void* $ctor(::OreUI::GameDependencies
const& game, ::OreUI::ClientDependencies
const& client);
Definition ClientDependencies.h:7
Definition GameDependencies.h:7
Definition RecipeBookSearchStringCommandGroup.h:7
static MCAPI void ** $vftable()
Definition GameplayUIContext.h:7