LeviLamina
Loading...
Searching...
No Matches
ReplacementError.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Util {
6
7
enum class
ReplacementError :
int
{
8
SlotTypeEntityMismatch = 0,
9
OutOfBounds = 1,
10
CountExceeded = 2,
11
KeepFailed = 3,
12
Unknown = 4,
13
None = 5,
14
};
15
16
}
src
mc
util
ReplacementError.h
Generated on Sat Apr 26 2025 05:56:00 for LeviLamina by
1.12.0