LeviLamina
Loading...
Searching...
No Matches
ApplyKnockbackRulesComponentDefinition.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/v1_21_20/filter_groups/FilterGroupData.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace cereal { struct ReflectionCtx; }
11// clang-format on
12
13namespace SharedTypes::Legacy {
14
16public:
17 // ApplyKnockbackRulesComponentDefinition inner types declare
18 // clang-format off
20 // clang-format on
21
22 // ApplyKnockbackRulesComponentDefinition inner types define
23 struct ApplyKnockbackRulesPreset {
24 public:
25 // member variables
26 // NOLINTBEGIN
27 ::ll::TypedStorage<8, 232, ::SharedTypes::v1_21_20::FilterGroupData> mFilter;
28 ::ll::TypedStorage<4, 4, float> mHorizontalPower;
29 ::ll::TypedStorage<4, 4, float> mVerticalPower;
30 ::ll::TypedStorage<4, 4, float> mVerticalVelocityCap;
31 ::ll::TypedStorage<1, 1, bool> mCheckIfTargetIsImmersedInWater;
32 // NOLINTEND
33
34 public:
35 // member functions
36 // NOLINTBEGIN
37 MCAPI ApplyKnockbackRulesPreset();
38
39 MCAPI bool operator==(
41 ) const;
42 // NOLINTEND
43
44 public:
45 // static functions
46 // NOLINTBEGIN
47 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
48 // NOLINTEND
49
50 public:
51 // static variables
52 // NOLINTBEGIN
53 MCAPI static ::std::string_view const& NAME();
54 // NOLINTEND
55
56 public:
57 // constructor thunks
58 // NOLINTBEGIN
59 MCAPI void* $ctor();
60 // NOLINTEND
61 };
62
63public:
64 // member variables
65 // NOLINTBEGIN
66 ::ll::TypedStorage<
67 8,
68 24,
69 ::std::vector<::SharedTypes::Legacy::ApplyKnockbackRulesComponentDefinition::ApplyKnockbackRulesPreset>>
70 mPresets;
71 // NOLINTEND
72
73public:
74 // member functions
75 // NOLINTBEGIN
77 // NOLINTEND
78
79public:
80 // static functions
81 // NOLINTBEGIN
82 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
83 // NOLINTEND
84
85public:
86 // static variables
87 // NOLINTBEGIN
88 MCAPI static ::std::string_view const& NAME();
89 // NOLINTEND
90
91public:
92 // destructor thunk
93 // NOLINTBEGIN
94 MCAPI void $dtor();
95 // NOLINTEND
96};
97
98} // namespace SharedTypes::Legacy
Definition ApplyKnockbackRulesComponentDefinition.h:15
Definition ReflectionCtx.h:11
Definition ctx.h:5