LeviLamina
Loading...
Searching...
No Matches
RecipeBookSearchStringQuery.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
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"
9
10// auto generated forward declare list
11// clang-format off
12namespace OreUI { class ClientDependencies; }
13namespace OreUI { class GameDependencies; }
14// clang-format on
15
16namespace OreUI {
17
18class RecipeBookSearchStringQuery : public ::OreUI::QueryBase<::OreUI::RecipeBookSearchStringQuery> {
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<8, 16, ::Bedrock::PubSub::Subscription> mSubscription;
23 ::ll::TypedStorage<8, 200, ::OreUI::Property<::std::string>> mSearchString;
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
28 RecipeBookSearchStringQuery();
29
30public:
31 // virtual functions
32 // NOLINTBEGIN
33 virtual ~RecipeBookSearchStringQuery() /*override*/ = default;
34 // NOLINTEND
35
36public:
37 // member functions
38 // NOLINTBEGIN
39 MCAPI RecipeBookSearchStringQuery(::OreUI::GameDependencies const& game, ::OreUI::ClientDependencies const& client);
40 // NOLINTEND
41
42public:
43 // static variables
44 // NOLINTBEGIN
45 MCAPI static ::std::add_lvalue_reference_t<char const[]> NAME();
46 // NOLINTEND
47
48public:
49 // constructor thunks
50 // NOLINTBEGIN
51 MCAPI void* $ctor(::OreUI::GameDependencies const& game, ::OreUI::ClientDependencies const& client);
52 // NOLINTEND
53
54public:
55 // vftables
56 // NOLINTBEGIN
57 MCNAPI static void** $vftableForIQuery();
58
59 MCNAPI static void** $vftableForPropertyObject();
60 // NOLINTEND
61};
62
63} // namespace OreUI
Definition ClientDependencies.h:7
Definition GameDependencies.h:7
Definition RecipeBookSearchStringQuery.h:7
static MCAPI void ** $vftableForIQuery()
static MCAPI void ** $vftableForPropertyObject()