LeviLamina
Loading...
Searching...
No Matches
ContainerValidationOutcome.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
enum class
ContainerValidationOutcome :
int
{
6
Success = 0,
7
Error = 1,
8
CannotRemoveItem = 2,
9
CannotPlaceItem = 3,
10
CannotSwapItem = 4,
11
CannotDestroyItem = 5,
12
CannotDropItem = 6,
13
CannotCraftItem = 7,
14
};
src
mc
world
inventory
simulation
ContainerValidationOutcome.h
Generated on Sat Apr 26 2025 05:56:11 for LeviLamina by
1.12.0