LeviLamina
Loading...
Searching...
No Matches
CommandVersion.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
SemVersion
;
8
// clang-format on
9
10
class
CommandVersion {
11
public
:
12
// member variables
13
// NOLINTBEGIN
14
int
mFrom;
15
int
mTo;
16
// NOLINTEND
17
18
public
:
19
CommandVersion(
int
from = 0,
int
to = 0x7FFFFFFF) : mFrom(from), mTo(to) {}
20
21
public
:
22
// static functions
23
// NOLINTBEGIN
24
MCAPI static ::SemVersion getLatestCompatibleSemVersion(
::SemVersion
const
& currentGameSemVersion,
int
version);
25
// NOLINTEND
26
};
SemVersion
Definition
SemVersion.h:15
src
mc
server
commands
CommandVersion.h
Generated on
for LeviLamina by
1.16.1