LeviLamina
Loading...
Searching...
No Matches
BlockMovableDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/block/components/BlockComponentDescription.h"
7#include "mc/world/level/block/components/MovementType.h"
8#include "mc/world/level/block/components/StickyType.h"
9
10// auto generated forward declare list
11// clang-format off
13namespace cereal { struct ReflectionCtx; }
14// clang-format on
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<1, 1, ::MovementType> mMovementType;
21 ::ll::TypedStorage<1, 1, ::StickyType> mStickyType;
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
27
28public:
29 // virtual functions
30 // NOLINTBEGIN
31 // vIndex: 1
32 virtual ::std::string const& getName() const /*override*/;
33
34 // vIndex: 4
35 virtual void initializeComponentFromCode(::BlockComponentStorage& blockComponentStorage) const /*override*/;
36
37 // vIndex: 2
38 virtual void initializeComponent(::BlockComponentStorage& blockComponentStorage) const /*override*/;
39
40 // vIndex: 0
41 virtual ~BlockMovableDescription() /*override*/;
42 // NOLINTEND
43
44public:
45 // member functions
46 // NOLINTBEGIN
47 MCAPI explicit BlockMovableDescription(::MovementType movableType);
48
49 MCAPI BlockMovableDescription(::MovementType movableType, ::StickyType stickyType);
50 // NOLINTEND
51
52public:
53 // static functions
54 // NOLINTBEGIN
55 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
56 // NOLINTEND
57
58public:
59 // static variables
60 // NOLINTBEGIN
61 MCAPI static ::MovementType const& DEFAULT_MOVEMENT_TYPE();
62
63 MCAPI static ::StickyType const& DEFAULT_STICKY_TYPE();
64
65 MCAPI static ::std::string const& NameID();
66 // NOLINTEND
67
68public:
69 // constructor thunks
70 // NOLINTBEGIN
71 MCAPI void* $ctor(::MovementType movableType);
72
73 MCAPI void* $ctor(::MovementType movableType, ::StickyType stickyType);
74 // NOLINTEND
75
76public:
77 // destructor thunk
78 // NOLINTBEGIN
79 MCFOLD void $dtor();
80 // NOLINTEND
81
82public:
83 // virtual function thunks
84 // NOLINTBEGIN
85 MCAPI ::std::string const& $getName() const;
86
87 MCFOLD void $initializeComponentFromCode(::BlockComponentStorage& blockComponentStorage) const;
88
89 MCFOLD void $initializeComponent(::BlockComponentStorage& blockComponentStorage) const;
90 // NOLINTEND
91
92public:
93 // vftables
94 // NOLINTBEGIN
95 MCNAPI static void** $vftable();
96 // NOLINTEND
97};
Definition BlockComponentStorage.h:53
Definition BlockComponentDescription.h:20
Definition BlockMovableDescription.h:16
static MCAPI void ** $vftable()
Definition ReflectionCtx.h:11
Definition ctx.h:5