25 ::ll::TypedStorage<8, 8, ::std::string const&> mTexture;
26 ::ll::TypedStorage<2, 2, ushort const> mPreFlatteningAux;
27 ::ll::TypedStorage<1, 1, ::TintMethod const> mTintMethod;
32 TextureInfo& operator=(TextureInfo
const&);
33 TextureInfo(TextureInfo
const&);
40 ::ll::TypedStorage<8, 32, ::std::string> mTexture;
41 ::ll::TypedStorage<2, 2, ushort> mPreFlatteningAux;
42 ::ll::TypedStorage<1, 1, ::TintMethod> mTintMethod;
43 ::ll::TypedStorage<1, 1, uchar> mParticleCount;
49 MCAPI_C
static uchar getDestructionParticleNumber(
::Block const& block);
51 MCAPI_C static ::BlockDestructionParticlesComponent::TextureInfo getTextureInfo(
::Block const& block);
Definition BlockDestructionParticlesComponent.h:21
Definition BlockDestructionParticlesComponent.h:13