3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/comprehensive/ParticleType.h"
7#include "mc/deps/core/math/Vec3.h"
8#include "mc/deps/core/string/HashedString.h"
9#include "mc/world/level/block/actor/LabTableReactionComponent.h"
21 ::ll::TypedStorage<4, 4, ::ParticleType> mParticleType;
22 ::ll::TypedStorage<8, 48, ::HashedString> mNewParticleType;
23 ::ll::TypedStorage<4, 12, ::Vec3> mDims;
24 ::ll::TypedStorage<4, 12, ::Vec3> mDirRange;
25 ::ll::TypedStorage<4, 4, int> mCount;
26 ::ll::TypedStorage<4, 4, int> mDataMin;
27 ::ll::TypedStorage<4, 4, int> mDataMax;
28 ::ll::TypedStorage<1, 1, bool> mDirOneWay;
Definition BlockSource.h:67
Definition BurstReactionComponent.h:17
static MCAPI void ** $vftable()
MCAPI void * $ctor(::ParticleType type, ::Vec3 const &dims, ::Vec3 const &dirRange, int count, int dataMin, int dataMax, bool dirOneWay, ::HashedString const &newParticle)
MCAPI void $_onEnd(::LabTableReaction &owner, ::BlockSource ®ion)
MCAPI BurstReactionComponent(::ParticleType type, ::Vec3 const &dims, ::Vec3 const &dirRange, int count, int dataMin, int dataMax, bool dirOneWay, ::HashedString const &newParticle)
Definition HashedString.h:5
Definition LabTableReactionComponent.h:11
Definition LabTableReaction.h:15