LeviLamina
Loading...
Searching...
No Matches
CommandRationalRange.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
class
CommandRationalRange
{
6
public
:
7
// CommandRationalRange inner types define
8
enum class
BoundType : uchar {
9
Undefined = 0,
10
Min = 1,
11
Max = 2,
12
};
13
14
enum class
ValueType :
int
{
15
Undefined = 0,
16
Int = 1,
17
Float = 2,
18
};
19
20
public
:
21
// member variables
22
// NOLINTBEGIN
23
::ll::UntypedStorage<4, 16>
mUnk22d4a5;
24
::ll::UntypedStorage<4, 4>
mUnkde7d4d;
25
::ll::UntypedStorage<1, 1>
mUnk3d8439;
26
::ll::UntypedStorage<1, 1>
mUnkef96a4;
27
::ll::UntypedStorage<1, 1>
mUnk7a2deb;
28
// NOLINTEND
29
30
public
:
31
// prevent constructor by default
32
CommandRationalRange
& operator=(
CommandRationalRange
const
&);
33
CommandRationalRange
(
CommandRationalRange
const
&);
34
35
public
:
36
// member functions
37
// NOLINTBEGIN
38
MCAPI
CommandRationalRange
();
39
40
MCAPI ::CommandRationalRange changeToValueType(::CommandRationalRange::ValueType
const
& valueType);
41
42
MCAPI
void
setInvert(
bool
val);
43
// NOLINTEND
44
45
public
:
46
// constructor thunks
47
// NOLINTBEGIN
48
MCAPI
void
* $ctor();
49
// NOLINTEND
50
};
CommandRationalRange
Definition
CommandRationalRange.h:5
ll::UntypedStorage
Definition
Alias.h:14
src
mc
server
commands
CommandRationalRange.h
Generated on Sat Apr 26 2025 05:55:56 for LeviLamina by
1.12.0