LeviLamina
Loading...
Searching...
No Matches
CommandVersion.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/server/commands/CurrentCmdVersion.h"
7
8// auto generated forward declare list
9// clang-format off
10class SemVersion;
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<4, 4, int> mFrom;
18 ::ll::TypedStorage<4, 4, int> mTo;
19 // NOLINTEND
20
21public:
22 // member functions
23 // NOLINTBEGIN
24 MCAPI bool isCompatible(int version) const;
25 // NOLINTEND
26
27public:
28 // static functions
29 // NOLINTBEGIN
30 MCAPI static ::CurrentCmdVersion const getVersionMapping(::SemVersion const& engineVersion);
31 // NOLINTEND
32
33public:
34 // static variables
35 // NOLINTBEGIN
36 MCAPI static int const& CurrentVersion();
37 // NOLINTEND
38};
Definition CommandVersion.h:13
Definition SemVersion.h:16