LeviLamina
Loading...
Searching...
No Matches
BakeTool.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8// clang-format on
9
10namespace Bedrock::Resources {
11
12class BakeTool {
13public:
14 // member variables
15 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
23 BakeTool& operator=(BakeTool const&);
24 BakeTool(BakeTool const&);
25 BakeTool();
26
27public:
28 // static variables
29 // NOLINTBEGIN
30 MCNAPI static ::SemVersionConstant const& PACK_OPTIMIZATION_VERSION();
31 // NOLINTEND
32};
33
34} // namespace Bedrock::Resources
static MCAPI ::SemVersionConstant const & PACK_OPTIMIZATION_VERSION()
Definition SemVersionConstant.h:8
Definition Alias.h:14