LeviLamina
Loading...
Searching...
No Matches
ContainerScreenControllerProxyCallbacks.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/screens/ButtonEventType.h"
7#include "mc/client/gui/screens/NodeId.h"
8
9// auto generated forward declare list
10// clang-format off
11class ItemStack;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
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)>>
22 mReceiveEvent;
23 ::ll::TypedStorage<8, 64, ::std::function<void()>> mLeave;
24 ::ll::TypedStorage<8, 64, ::std::function<bool()>> mCanBeClosedByServer;
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
32
33public:
34 // member functions
35 // NOLINTBEGIN
37
39 // NOLINTEND
40
41public:
42 // constructor thunks
43 // NOLINTBEGIN
45 // NOLINTEND
46
47public:
48 // destructor thunk
49 // NOLINTBEGIN
50 MCNAPI void $dtor();
51 // NOLINTEND
52};
Definition ContainerScreenControllerProxyCallbacks.h:5
MCAPI void * $ctor(::ContainerScreenControllerProxyCallbacks &&)
MCAPI ContainerScreenControllerProxyCallbacks(::ContainerScreenControllerProxyCallbacks &&)