LeviLamina
Loading...
Searching...
No Matches
RandomOffsetComponent.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
8// auto generated forward declare list
9// clang-format off
10namespace cereal { struct ReflectionCtx; }
11// clang-format on
12
13namespace SharedTypes::v1_26_10::BlockDefinition {
14
16public:
17 // RandomOffsetComponent inner types declare
18 // clang-format off
19 struct RangeAndSteps;
20 // clang-format on
21
22 // RandomOffsetComponent 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, ::SharedTypes::v1_26_10::BlockDefinition::RandomOffsetComponent::RangeAndSteps> mRangeX;
36 ::ll::TypedStorage<4, 12, ::SharedTypes::v1_26_10::BlockDefinition::RandomOffsetComponent::RangeAndSteps> mRangeY;
37 ::ll::TypedStorage<4, 12, ::SharedTypes::v1_26_10::BlockDefinition::RandomOffsetComponent::RangeAndSteps> mRangeZ;
38 // NOLINTEND
39
40public:
41 // static functions
42 // NOLINTBEGIN
43 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
44 // NOLINTEND
45
46public:
47 // static variables
48 // NOLINTBEGIN
49 MCAPI static ::std::string_view const& NameId();
50
51 MCAPI static ::std::string_view const& RangeId();
52
53 MCAPI static ::std::string_view const& StepsId();
54
55 MCAPI static ::std::string_view const& XId();
56
57 MCAPI static ::std::string_view const& YId();
58
59 MCAPI static ::std::string_view const& ZId();
60 // NOLINTEND
61};
62
63} // namespace SharedTypes::v1_26_10::BlockDefinition
Definition ReflectionCtx.h:11
Definition ctx.h:5