LeviLamina
Loading...
Searching...
No Matches
Version.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Scripting {
6
7
struct
Version
{
8
public
:
9
// member variables
10
// NOLINTBEGIN
11
::ll::UntypedStorage<2, 2>
mUnk9c04c2;
12
::ll::UntypedStorage<2, 2>
mUnk59edf9;
13
::ll::UntypedStorage<2, 2>
mUnk82270a;
14
::ll::UntypedStorage<8, 32>
mUnk4d580f;
15
// NOLINTEND
16
17
public
:
18
// prevent constructor by default
19
Version
& operator=(
Version
const
&);
20
21
public
:
22
// member functions
23
// NOLINTBEGIN
24
MCAPI
Version
();
25
26
MCAPI
Version
(
::Scripting::Version
const
&);
27
28
MCAPI
Version
(ushort major_, ushort minor_, ushort patch_, ::std::string preRelease_);
29
30
MCAPI
bool
operator!=(
::Scripting::Version
const
& rhs)
const
;
31
32
MCAPI
bool
operator<(
::Scripting::Version
const
& rhs)
const
;
33
34
MCAPI ::Scripting::Version& operator=(
::Scripting::Version
&&);
35
36
MCAPI
bool
operator==(
::Scripting::Version
const
& rhs)
const
;
37
38
MCAPI
bool
operator>=(
::Scripting::Version
const
& rhs)
const
;
39
40
MCAPI
bool
satisfies(
::Scripting::Version
const
& other,
bool
strict)
const
;
41
42
MCAPI ::std::string toString()
const
;
43
44
MCAPI
~Version
();
45
// NOLINTEND
46
47
public
:
48
// constructor thunks
49
// NOLINTBEGIN
50
MCAPI
void
* $ctor();
51
52
MCAPI
void
* $ctor(
::Scripting::Version
const
&);
53
54
MCAPI
void
* $ctor(ushort major_, ushort minor_, ushort patch_, ::std::string preRelease_);
55
// NOLINTEND
56
57
public
:
58
// destructor thunk
59
// NOLINTBEGIN
60
MCFOLD
void
$dtor();
61
// NOLINTEND
62
};
63
64
}
// namespace Scripting
Scripting::Version
Definition
Version.h:7
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
scripting
Version.h
Generated on Sat Apr 26 2025 05:55:20 for LeviLamina by
1.12.0