LeviLamina
Loading...
Searching...
No Matches
InventorySourceType.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
enum class
InventorySourceType : uint {
6
InvalidInventory = 4294967295,
7
ContainerInventory = 0,
8
GlobalInventory = 1,
9
WorldInteraction = 2,
10
CreativeInventory = 3,
11
NonImplementedFeatureTODO = 99999,
12
};
src
mc
world
inventory
transaction
InventorySourceType.h
Generated on Sat Apr 26 2025 05:56:12 for LeviLamina by
1.12.0