3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/screens/ButtonEventType.h"
7#include "mc/client/gui/screens/NodeId.h"
18 ::ll::TypedStorage<8, 64, ::std::function<::ItemStack
const&(::std::string
const&, int)>> mGetItemInstance;
19 ::ll::TypedStorage<8, 64, ::std::function<void(
int, ::std::string
const&,
int)>> mAutoPlace;
20 ::ll::TypedStorage<8, 64, ::std::function<uint(::std::string
const&)>> mGetNameId;
21 ::ll::TypedStorage<8, 64, ::std::function<::NodeId(uint, ::ButtonEventType, ::std::string
const&,
int)>>
23 ::ll::TypedStorage<8, 64, ::std::function<void()>> mLeave;
24 ::ll::TypedStorage<8, 64, ::std::function<bool()>> mCanBeClosedByServer;
29 ContainerScreenControllerProxyCallbacks& operator=(ContainerScreenControllerProxyCallbacks
const&);
30 ContainerScreenControllerProxyCallbacks(ContainerScreenControllerProxyCallbacks
const&);
31 ContainerScreenControllerProxyCallbacks();
36 MCAPI ContainerScreenControllerProxyCallbacks(::ContainerScreenControllerProxyCallbacks&&);
38 MCAPI ~ContainerScreenControllerProxyCallbacks();
44 MCAPI
void* $ctor(::ContainerScreenControllerProxyCallbacks&&);
Definition ItemStack.h:26
Definition ContainerScreenControllerProxyCallbacks.h:5