LeviLamina
Loading...
Searching...
No Matches
FeatureTypeVersion.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/sem_ver/SemVersion.h"
7#include "mc/world/level/levelgen/feature/feature_loading/FeatureVersion.h"
8
10public:
11 // member variables
12 // NOLINTBEGIN
13 ::ll::TypedStorage<8, 24, ::SemVersion> mFormatVersion;
14 ::ll::TypedStorage<1, 1, bool> mIsInternal;
15 // NOLINTEND
16
17public:
18 // prevent constructor by default
20
21public:
22 // member functions
23 // NOLINTBEGIN
24 MCAPI FeatureTypeVersion(::FeatureLoading::FeatureVersion version, bool isInternal);
25
26 MCAPI ~FeatureTypeVersion();
27 // NOLINTEND
28
29public:
30 // constructor thunks
31 // NOLINTBEGIN
32 MCAPI void* $ctor(::FeatureLoading::FeatureVersion version, bool isInternal);
33 // NOLINTEND
34
35public:
36 // destructor thunk
37 // NOLINTBEGIN
38 MCFOLD void $dtor();
39 // NOLINTEND
40};
Definition FeatureTypeVersion.h:9