LeviLamina
Loading...
Searching...
No Matches
BodySize.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
namespace
persona {
struct
SizeInfo; }
8
// clang-format on
9
10
namespace
persona {
11
12
class
BodySize
{
13
public
:
14
// BodySize inner types define
15
enum class
Type : uint64 {
16
Smaller = 0,
17
Small = 1,
18
Medium = 2,
19
Tall = 3,
20
Count = 4,
21
Unknown = 5,
22
};
23
24
public
:
25
// static variables
26
// NOLINTBEGIN
27
MCAPI static ::std::unordered_map<::persona::BodySize::Type, ::persona::SizeInfo>
const
& mInfoList();
28
// NOLINTEND
29
};
30
31
}
// namespace persona
persona::BodySize
Definition
BodySize.h:12
src
mc
world
actor
player
persona
BodySize.h
Generated on Sat Apr 26 2025 05:56:06 for LeviLamina by
1.12.0