LeviLamina
Loading...
Searching...
No Matches
Brightness.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/util/NewType.h"
7
8
struct
Brightness
:
public
::NewType
<uchar> {
9
public
:
10
// prevent constructor by default
11
Brightness
();
12
13
public
:
14
// member functions
15
// NOLINTBEGIN
16
MCAPI
explicit
Brightness
(uchar&&);
17
// NOLINTEND
18
19
public
:
20
// static variables
21
// NOLINTBEGIN
22
MCAPI static ::Brightness
const
& MAX();
23
24
MCAPI static ::Brightness
const
& MIN();
25
// NOLINTEND
26
27
public
:
28
// constructor thunks
29
// NOLINTBEGIN
30
MCAPI
void
* $ctor(uchar&&);
31
// NOLINTEND
32
};
Brightness
Definition
Brightness.h:8
NewType
Definition
NewType.h:6
src
mc
common
Brightness.h
Generated on Fri Jun 13 2025 05:04:19 for LeviLamina by
1.12.0