LeviLamina
Loading...
Searching...
No Matches
InventoryTransactionError.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
enum class
InventoryTransactionError :
int
{
6
Unknown = 0,
7
NoError = 1,
8
BalanceMismatch = 2,
9
SourceItemMismatch = 3,
10
InventoryMismatch = 4,
11
SizeMismatch = 5,
12
AuthorityMismatch = 6,
13
StateMismatch = 7,
14
ApiDenied = 8,
15
};
src
mc
world
inventory
transaction
InventoryTransactionError.h
Generated on Sat Apr 26 2025 05:56:12 for LeviLamina by
1.12.0