LeviLamina
Loading...
Searching...
No Matches
ItemStackRequestActionType.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class ItemStackRequestActionType : uchar {
6 Take = 0,
7 Place = 1,
8 Swap = 2,
9 Drop = 3,
10 Destroy = 4,
11 Consume = 5,
12 Create = 6,
13 PlaceInItemContainerDeprecated = 7,
14 TakeFromItemContainerDeprecated = 8,
15 ScreenLabTableCombine = 9,
16 ScreenBeaconPayment = 10,
17 ScreenHUDMineBlock = 11,
18 CraftRecipe = 12,
19 CraftRecipeAuto = 13,
20 CraftCreative = 14,
21 CraftRecipeOptional = 15,
22 CraftRepairAndDisenchant = 16,
23 CraftLoom = 17,
24 CraftNonImplementedDeprecatedasktylaing = 18,
25 CraftResultsDeprecatedasktylaing = 19,
26};