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