LeviLamina
Loading...
Searching...
No Matches
AnvilScreenControllerProxyCallbacks.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class ItemStackBase;
8// clang-format on
9
11public:
12 // member variables
13 // NOLINTBEGIN
14 ::ll::TypedStorage<8, 64, ::std::function<void(int)>> mAddItemFirstSlot;
15 ::ll::TypedStorage<8, 64, ::std::function<void(int)>> mAddItemSecondSlot;
16 ::ll::TypedStorage<8, 64, ::std::function<void(::std::string const&)>> mSetName;
17 ::ll::TypedStorage<8, 64, ::std::function<::ItemStackBase const&()>> mGetResultItem;
18 ::ll::TypedStorage<8, 64, ::std::function<::std::string const()>> mGetFilteredResultName;
19 ::ll::TypedStorage<8, 64, ::std::function<void(int, ::std::string const&, int)>> mAutoPlace;
20 ::ll::TypedStorage<8, 64, ::std::function<bool()>> mCanBeClosedByServer;
21 ::ll::TypedStorage<8, 64, ::std::function<void()>> mLeaveScreen;
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
26 AnvilScreenControllerProxyCallbacks& operator=(AnvilScreenControllerProxyCallbacks const&);
27 AnvilScreenControllerProxyCallbacks();
28
29public:
30 // member functions
31 // NOLINTBEGIN
32 MCAPI AnvilScreenControllerProxyCallbacks(::AnvilScreenControllerProxyCallbacks const&);
33
34 MCAPI ~AnvilScreenControllerProxyCallbacks();
35 // NOLINTEND
36
37public:
38 // constructor thunks
39 // NOLINTBEGIN
40 MCAPI void* $ctor(::AnvilScreenControllerProxyCallbacks const&);
41 // NOLINTEND
42
43public:
44 // destructor thunk
45 // NOLINTBEGIN
46 MCAPI void $dtor();
47 // NOLINTEND
48};
Definition ItemStackBase.h:44
Definition AnvilScreenControllerProxyCallbacks.h:5