LeviLamina
Loading...
Searching...
No Matches
FilterCollectionGroup.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
SharedTypes::v1_21_20 {
6
7
enum class
FilterCollectionGroup :
int
{
8
AllOf = 0,
9
All = 1,
10
And = 2,
11
AnyOf = 3,
12
Any = 4,
13
Or = 5,
14
NoneOf = 6,
15
Not = 7,
16
};
17
18
}
src
mc
deps
shared_types
v1_21_20
filter_groups
FilterCollectionGroup.h
Generated on Sat Apr 26 2025 05:55:31 for LeviLamina by
1.12.0