LeviLamina
Loading...
Searching...
No Matches
TradeScreenControllerProxyCallbacks.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class ItemStack;
8class ItemStackBase;
9// clang-format on
10
12public:
13 // member variables
14 // NOLINTBEGIN
15 ::ll::TypedStorage<8, 64, ::std::function<void(::std::string const&, int)>> mHandleAutoPlace;
16 ::ll::TypedStorage<8, 64, ::std::function<void(::std::string const&, int)>> mHandleAutoPlaceOne;
17 ::ll::TypedStorage<8, 64, ::std::function<void(::std::string const&, int)>> mHandleTakeAll;
18 ::ll::TypedStorage<8, 64, ::std::function<void(::std::string const&, int)>> mHandlePlaceAll;
19 ::ll::TypedStorage<8, 64, ::std::function<void(::std::string const&, int)>> mHandlePlaceOne;
20 ::ll::TypedStorage<8, 64, ::std::function<::ItemStack const&(::std::string const&, int)>> mHandleGetItemStack;
21 ::ll::TypedStorage<8, 64, ::std::function<::ItemStackBase const&(::std::string const&, int)>>
22 mHandleGetVisualItemStack;
23 ::ll::TypedStorage<8, 64, ::std::function<void()>> mLeaveScreen;
24 ::ll::TypedStorage<8, 64, ::std::function<void(int)>> mSetRecipeIndex;
25 // NOLINTEND
26};
Definition ItemStackBase.h:44
Definition ItemStack.h:26
Definition TradeScreenControllerProxyCallbacks.h:5