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
using
SizeInfoList = ::std::unordered_map<::persona::BodySize::Type, ::persona::SizeInfo>;
25
26
public
:
27
// static variables
28
// NOLINTBEGIN
29
MCAPI static ::std::unordered_map<::persona::BodySize::Type, ::persona::SizeInfo>
const
& mInfoList();
30
// NOLINTEND
31
};
32
33
}
// namespace persona
persona::BodySize
Definition
BodySize.h:12
src-server
mc
world
actor
player
persona
BodySize.h
Generated on Tue Nov 25 2025 04:01:39 for LeviLamina by
1.12.0