LeviLamina
Loading...
Searching...
No Matches
IsBabyDefinition.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/actor/ActorFlagDefinition.h"
7
8// auto generated forward declare list
9// clang-format off
11// clang-format on
12
13namespace SharedTypes::v1_21_120 {
14
15struct IsBabyDefinition : public ::SharedTypes::ActorFlagDefinition<::SharedTypes::v1_21_120::IsBabyDefinition, 11> {
16public:
17 // static variables
18 // NOLINTBEGIN
19 MCNAPI static ::std::string_view const& NAME();
20
21 MCNAPI static ::std::string_view const& TITLE();
22
23 MCNAPI static ::SemVersionConstant const& VERSION();
24 // NOLINTEND
25};
26
27} // namespace SharedTypes::v1_21_120
Definition SemVersionConstant.h:8
Definition ActorFlagDefinition.h:8
Definition IsBabyDefinition.h:15
static MCAPI ::std::string_view const & TITLE()
static MCAPI ::std::string_view const & NAME()
static MCAPI ::SemVersionConstant const & VERSION()