LeviLamina
Loading...
Searching...
No Matches
Detail.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/oreui/binding/methods/CallableImpl.h"
7#include "mc/deps/core/platform/FileStorageDirectory.h"
8#include "mc/util/ProfanityFilterContext.h"
9#include "mc/world/containers/ContainerEnumName.h"
10
11// auto generated forward declare list
12// clang-format off
13namespace OreUI::Detail { class IPropertyObject; }
14namespace cohtml { class Binder; }
15// clang-format on
16
17namespace OreUI::Detail {
18// functions
19// NOLINTBEGIN
20MCAPI void
21CoherentBind(::cohtml::Binder* binder, ::OreUI::Detail::CallableImpl<void, ::ContainerEnumName, int, bool>* callable);
22
23MCAPI void CoherentBind(
24 ::cohtml::Binder* binder,
25 ::OreUI::Detail::CallableImpl<void, ::std::string, ::ProfanityFilterContext, bool, ::std::string, bool, bool, bool>*
26 callable
27);
28
29MCAPI void CoherentBind(
30 ::cohtml::Binder* binder,
31 ::OreUI::Detail::CallableImpl<void, ::ContainerEnumName, int, ::ContainerEnumName, int, int>* callable
32);
33
34MCAPI void CoherentBind(::cohtml::Binder* binder, ::OreUI::Detail::CallableImpl<void, ::std::string, double>* callable);
35
36MCAPI void CoherentBind(
37 ::cohtml::Binder* binder,
38 ::OreUI::Detail::CallableImpl<void, ::std::string, ::std::string, ::std::string, double>* callable
39);
40
41MCAPI void CoherentBind(::cohtml::Binder* binder, ::OreUI::Detail::CallableImpl<void, ::std::string, int>* callable);
42
43MCAPI void
44CoherentBind(::cohtml::Binder* binder, ::OreUI::Detail::CallableImpl<void, ::std::vector<::std::string>>* callable);
45
46MCAPI void CoherentBind(::cohtml::Binder* binder, ::OreUI::Detail::CallableImpl<void, bool>* callable);
47
48MCAPI void CoherentBind(
49 ::cohtml::Binder* binder,
50 ::OreUI::Detail::CallableImpl<void, ::ContainerEnumName, int, ::ContainerEnumName, int>* callable
51);
52
53MCAPI void CoherentBind(::cohtml::Binder* binder, ::OreUI::Detail::CallableImpl<void, ::std::string, bool>* callable);
54
55MCAPI void CoherentBind(
56 ::cohtml::Binder* binder,
57 ::OreUI::Detail::CallableImpl<void, ::std::string, ::std::string, ::std::string, bool>* callable
58);
59
60MCAPI void CoherentBind(::cohtml::Binder* binder, ::OreUI::Detail::CallableImpl<void, int, int>* callable);
61
62MCAPI void CoherentBind(
63 ::cohtml::Binder* binder,
64 ::OreUI::Detail::CallableImpl<::std::string, ::std::string, ::std::vector<::std::string>>* callable
65);
66
67MCAPI void
68CoherentBind(::cohtml::Binder* binder, ::OreUI::Detail::CallableImpl<uint64, ::std::string, float, float>* callable);
69
70MCAPI void CoherentBind(::cohtml::Binder* binder, ::OreUI::Detail::CallableImpl<void, ::std::string>* callable);
71
72MCAPI void CoherentBind(
73 ::cohtml::Binder* binder,
74 ::OreUI::Detail::CallableImpl<void, ::std::string, ::std::string, ::std::string>* callable
75);
76
77MCAPI void CoherentBind(::cohtml::Binder* binder, ::OreUI::Detail::CallableImpl<void>* callable);
78
79MCAPI void
80CoherentBind(::cohtml::Binder* binder, ::OreUI::Detail::CallableImpl<void, ::std::string, ::std::string>* callable);
81
82MCAPI void CoherentBind(
83 ::cohtml::Binder* binder,
84 ::OreUI::Detail::CallableImpl<void, ::std::string, ::std::string, ::std::string, ::std::string>* callable
85);
86
87MCAPI void CoherentBind(
88 ::cohtml::Binder* binder,
89 ::OreUI::Detail::CallableImpl<void, ::ContainerEnumName, int, ::ContainerEnumName>* callable
90);
91
92MCAPI void
93CoherentBind(::cohtml::Binder* binder, ::OreUI::Detail::CallableImpl<void, ::ContainerEnumName, int>* callable);
94
95MCAPI void CoherentBind(::cohtml::Binder* binder, ::OreUI::Detail::CallableImpl<::std::string, int64>* callable);
96
97MCAPI void CoherentBind(::cohtml::Binder* binder, ::OreUI::Detail::CallableImpl<void, int>* callable);
98
99MCAPI void CoherentBind(::cohtml::Binder* binder, ::OreUI::Detail::CallableImpl<void, uint64, float>* callable);
100
101MCAPI void CoherentBind(::cohtml::Binder* binder, ::OreUI::Detail::CallableImpl<bool, uint64>* callable);
102
103MCAPI void
104CoherentBind(::cohtml::Binder* binder, ::OreUI::Detail::CallableImpl<void, ::FileStorageDirectory>* callable);
105
106MCAPI void CoherentBind(::cohtml::Binder* binder, ::OreUI::Detail::IPropertyObject* object);
107// NOLINTEND
108
109} // namespace OreUI::Detail
Definition IPropertyObject.h:7
Definition Binder.h:7