LeviLamina
Loading...
Searching...
No Matches
BlockTickConfigurationComponentDescription.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
8// auto generated forward declare list
9// clang-format off
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<4, 4, uint> mDelayIntervalMinTicks;
19 ::ll::TypedStorage<4, 4, uint> mDelayIntervalMaxTicks;
20 ::ll::TypedStorage<1, 1, bool> mLooping;
21 // NOLINTEND
22
23public:
24 // virtual functions
25 // NOLINTBEGIN
26 virtual ::std::string const& getName() const /*override*/;
27
28 virtual void initializeComponent(::BlockComponentStorage& blockComponentStorage) const /*override*/;
29
30 virtual ~BlockTickConfigurationComponentDescription() /*override*/ = default;
31 // NOLINTEND
32
33public:
34 // static functions
35 // NOLINTBEGIN
36 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
37 // NOLINTEND
38
39public:
40 // static variables
41 // NOLINTBEGIN
42 MCAPI static ::std::string const& NameID();
43 // NOLINTEND
44
45public:
46 // virtual function thunks
47 // NOLINTBEGIN
48 MCAPI ::std::string const& $getName() const;
49
50 MCAPI void $initializeComponent(::BlockComponentStorage& blockComponentStorage) const;
51
52
53 // NOLINTEND
54
55public:
56 // vftables
57 // NOLINTBEGIN
58 MCNAPI static void** $vftable();
59 // NOLINTEND
60};
Definition BlockComponentStorage.h:58
Definition BlockTickConfigurationComponentDescription.h:14
Definition BlockComponentDescription.h:20
Definition ReflectionCtx.h:11
Definition ctx.h:5