LeviLamina
Loading...
Searching...
No Matches
BlockRandomOffsetDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/shared_types/FloatRange.h"
7#include "mc/world/level/block/components/NetworkedBlockComponentDescription.h"
8
9// auto generated forward declare list
10// clang-format off
12namespace cereal { struct ReflectionCtx; }
13// clang-format on
14
15struct BlockRandomOffsetDescription : public ::NetworkedBlockComponentDescription<::BlockRandomOffsetDescription> {
16public:
17 // BlockRandomOffsetDescription inner types declare
18 // clang-format off
19 struct RangeAndSteps;
20 // clang-format on
21
22 // BlockRandomOffsetDescription inner types define
24 public:
25 // member variables
26 // NOLINTBEGIN
27 ::ll::TypedStorage<4, 8, ::SharedTypes::FloatRange> mRange;
28 ::ll::TypedStorage<4, 4, uint> mSteps;
29 // NOLINTEND
30 };
31
32public:
33 // member variables
34 // NOLINTBEGIN
35 ::ll::TypedStorage<4, 12, ::BlockRandomOffsetDescription::RangeAndSteps> mRangeX;
36 ::ll::TypedStorage<4, 12, ::BlockRandomOffsetDescription::RangeAndSteps> mRangeY;
37 ::ll::TypedStorage<4, 12, ::BlockRandomOffsetDescription::RangeAndSteps> mRangeZ;
38 // NOLINTEND
39
40public:
41 // virtual functions
42 // NOLINTBEGIN
43#ifdef LL_PLAT_S
44 virtual ~BlockRandomOffsetDescription() /*override*/;
45#else // LL_PLAT_C
46 virtual ~BlockRandomOffsetDescription() /*override*/ = default;
47#endif
48
49 virtual ::std::string const& getName() const /*override*/;
50
51 virtual void initializeComponent(::BlockComponentStorage& blockComponentStorage) const /*override*/;
52
53 virtual void initializeComponentFromCode(::BlockComponentStorage& blockComponentStorage) const /*override*/;
54 // NOLINTEND
55
56public:
57 // member functions
58 // NOLINTBEGIN
59 MCAPI BlockRandomOffsetDescription();
60 // NOLINTEND
61
62public:
63 // static functions
64 // NOLINTBEGIN
65 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
66 // NOLINTEND
67
68public:
69 // static variables
70 // NOLINTBEGIN
71 MCAPI static ::std::string const& NameID();
72 // NOLINTEND
73
74public:
75 // constructor thunks
76 // NOLINTBEGIN
77 MCAPI void* $ctor();
78 // NOLINTEND
79
80public:
81 // destructor thunk
82 // NOLINTBEGIN
83 MCFOLD void $dtor();
84 // NOLINTEND
85
86public:
87 // virtual function thunks
88 // NOLINTBEGIN
89 MCAPI ::std::string const& $getName() const;
90
91 MCAPI void $initializeComponent(::BlockComponentStorage& blockComponentStorage) const;
92
93 MCFOLD void $initializeComponentFromCode(::BlockComponentStorage& blockComponentStorage) const;
94
95
96 // NOLINTEND
97
98public:
99 // vftables
100 // NOLINTBEGIN
101 MCNAPI static void** $vftable();
102 // NOLINTEND
103};
Definition BlockComponentStorage.h:63
Definition NetworkedBlockComponentDescription.h:6
STL namespace.
Definition BlockRandomOffsetDescription.h:23
static MCAPI void ** $vftable()
Definition ReflectionCtx.h:11
Definition ctx.h:5