LeviLamina
Loading...
Searching...
No Matches
CommandParameterOption.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
enum class
CommandParameterOption : uchar {
6
// bitfield representation
7
None = 0,
8
EnumAutocompleteExpansion = 1 << 0,
9
HasSemanticConstraint = 1 << 1,
10
EnumAsChainedCommand = 1 << 2,
11
};
src
mc
server
commands
CommandParameterOption.h
Generated on Wed Jul 23 2025 08:34:24 for LeviLamina by
1.12.0