LeviLamina
Loading...
Searching...
No Matches
ParticleMotionCollisionEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/string/HashedString.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace cereal { struct ReflectionCtx; }
11// clang-format on
12
13namespace SharedTypes::v1_20_80 {
14
15struct ParticleMotionCollisionEvent {
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<4, 4, float> mMinSpeed;
20 ::ll::TypedStorage<8, 48, ::HashedString> mEventName;
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
25 ParticleMotionCollisionEvent();
26
27public:
28 // member functions
29 // NOLINTBEGIN
30 MCAPI ParticleMotionCollisionEvent(::SharedTypes::v1_20_80::ParticleMotionCollisionEvent const&);
31
32 MCFOLD ::SharedTypes::v1_20_80::ParticleMotionCollisionEvent&
34
35 MCAPI ::SharedTypes::v1_20_80::ParticleMotionCollisionEvent&
37 // NOLINTEND
38
39public:
40 // static functions
41 // NOLINTBEGIN
42 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
43 // NOLINTEND
44
45public:
46 // constructor thunks
47 // NOLINTBEGIN
49 // NOLINTEND
50};
51
52} // namespace SharedTypes::v1_20_80
Definition ParticleMotionCollisionEvent.h:15
Definition ReflectionCtx.h:11
Definition ctx.h:5