8struct BreakingItemParticleData {
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;
22 BreakingItemParticleData();
29 MCAPI
explicit BreakingItemParticleData(::ParticleType type);
37 MCAPI
void* $ctor(::ParticleType type);