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 Sat Apr 26 2025 05:55:56 for LeviLamina by
1.12.0