LeviLamina
Loading...
Searching...
No Matches
SparseContainerSetListenerClient.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/inventory/network/ISparseContainerSetListener.h"
7
8// auto generated forward declare list
9// clang-format off
10class Container;
11class ItemStack;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
26
27public:
28 // virtual functions
29 // NOLINTBEGIN
30 // vIndex: 0
31 virtual ~SparseContainerSetListenerClient() /*override*/ = default;
32
33 // vIndex: 1
34 virtual void preSetItem(::Container*, int, bool, ::ItemStack*) /*override*/;
35
36 // vIndex: 2
37 virtual bool postSetItem(::Container*, ::ItemStack&) /*override*/;
38 // NOLINTEND
39
40public:
41 // destructor thunk
42 // NOLINTBEGIN
43
44 // NOLINTEND
45
46public:
47 // virtual function thunks
48 // NOLINTBEGIN
49
50 // NOLINTEND
51};
Definition Container.h:30
Definition ISparseContainerSetListener.h:11
Definition ItemStack.h:25
Definition SparseContainerSetListenerClient.h:14
Definition Alias.h:14