LeviLamina
Loading...
Searching...
No Matches
CommandIntegerRange.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
class
CommandIntegerRange
{
6
public
:
7
// member variables
8
// NOLINTBEGIN
9
::ll::TypedStorage<4, 4, int> mMinValue;
10
::ll::TypedStorage<4, 4, int> mMaxValue;
11
::ll::TypedStorage<1, 1, bool> mInvert;
12
::ll::TypedStorage<1, 1, bool> mInclusive;
13
// NOLINTEND
14
};
CommandIntegerRange
Definition
CommandIntegerRange.h:5
src
mc
server
commands
CommandIntegerRange.h
Generated on
for LeviLamina by
1.16.1