LeviLamina
Loading...
Searching...
No Matches
InventorySourceType.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class InventorySourceType : uint {
6 InvalidInventory = 4294967295,
7 ContainerInventory = 0,
8 GlobalInventory = 1,
9 WorldInteraction = 2,
10 CreativeInventory = 3,
11 NonImplementedFeatureTODO = 99999,
12};