LeviLamina
Loading...
Searching...
No Matches
BreakingItemParticleData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/comprehensive/ParticleType.h"
7
8struct BreakingItemParticleData {
9public:
10 // member variables
11 // NOLINTBEGIN
12 ::ll::TypedStorage<4, 4, ::ParticleType> mType;
13 ::ll::TypedStorage<4, 4, uint> mNumParticles;
14 ::ll::TypedStorage<4, 4, float> mSize;
15 ::ll::TypedStorage<4, 4, float> mSpeedModifier;
16 // NOLINTEND
17
18#ifdef LL_PLAT_S
19#else // LL_PLAT_C
20public:
21 // prevent constructor by default
22 BreakingItemParticleData();
23
24#endif
25public:
26 // member functions
27 // NOLINTBEGIN
28#ifdef LL_PLAT_C
29 MCAPI explicit BreakingItemParticleData(::ParticleType type);
30#endif
31 // NOLINTEND
32
33public:
34 // constructor thunks
35 // NOLINTBEGIN
36#ifdef LL_PLAT_C
37 MCAPI void* $ctor(::ParticleType type);
38#endif
39 // NOLINTEND
40};