LeviLamina
Loading...
Searching...
No Matches
ISparseContainerSetListener.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
Container
;
8
class
ItemStack
;
9
// clang-format on
10
11
class
ISparseContainerSetListener
{
12
public
:
13
// virtual functions
14
// NOLINTBEGIN
15
// vIndex: 0
16
virtual
~ISparseContainerSetListener
() =
default
;
17
18
// vIndex: 1
19
virtual
void
preSetItem(
::Container
*,
int
,
bool
,
::ItemStack
*) = 0;
20
21
// vIndex: 2
22
virtual
bool
postSetItem(
::Container
*,
::ItemStack
&) = 0;
23
// NOLINTEND
24
25
public
:
26
// destructor thunk
27
// NOLINTBEGIN
28
29
// NOLINTEND
30
31
public
:
32
// virtual function thunks
33
// NOLINTBEGIN
34
35
// NOLINTEND
36
};
Container
Definition
Container.h:30
ISparseContainerSetListener
Definition
ISparseContainerSetListener.h:11
ItemStack
Definition
ItemStack.h:25
src
mc
world
inventory
network
ISparseContainerSetListener.h
Generated on Sat Apr 26 2025 05:56:11 for LeviLamina by
1.12.0