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
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
22 BakeTool& operator=(BakeTool const&);
23 BakeTool(BakeTool const&);
24 BakeTool();
25
26public:
27 // static variables
28 // NOLINTBEGIN
29 MCNAPI static ::SemVersionConstant const& PACK_OPTIMIZATION_VERSION();
30 // NOLINTEND
31};
32
33} // namespace Bedrock::Resources
Definition BakeTool.h:12
static MCAPI ::SemVersionConstant const & PACK_OPTIMIZATION_VERSION()
Definition SemVersionConstant.h:8
Definition Alias.h:14