LeviLamina
Loading...
Searching...
No Matches
MovableComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/v1_21_110/block/MovementType.h"
7#include "mc/deps/shared_types/v1_21_110/block/StickyType.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
14namespace SharedTypes::v1_21_110::BlockDefinition {
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<1, 1, ::SharedTypes::v1_21_110::BlockDefinition::MovementType> mMovementType;
21 ::ll::TypedStorage<1, 1, ::SharedTypes::v1_21_110::BlockDefinition::StickyType> mStickyType;
22 // NOLINTEND
23
24public:
25 // static functions
26 // NOLINTBEGIN
27 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
28 // NOLINTEND
29
30public:
31 // static variables
32 // NOLINTBEGIN
33 MCAPI static ::std::string_view const& MovementTypeId();
34
35 MCAPI static ::std::string_view const& NameId();
36
37 MCAPI static ::std::string_view const& StickyTypeId();
38 // NOLINTEND
39};
40
41} // namespace SharedTypes::v1_21_110::BlockDefinition
Definition ReflectionCtx.h:11
Definition ctx.h:5