18struct BlockDestructionParticlesDescription
23 ::ll::TypedStorage<8, 32, ::std::string> mTexture;
24 ::ll::TypedStorage<1, 1, ::TintMethod> mTintMethod;
25 ::ll::TypedStorage<4, 4, int> mParticleCount;
30 BlockDestructionParticlesDescription();
35 virtual ::std::string
const& getName()
const ;
41 virtual ~BlockDestructionParticlesDescription() ;
47 MCAPI
explicit BlockDestructionParticlesDescription(uchar particleNumber);
49 MCAPI BlockDestructionParticlesDescription(::std::string texture, ::TintMethod tintMethod, uchar particleNumber);
57 MCAPI
static bool postParseConstraint(
67 MCAPI static ::std::string
const& NameID();
69 MCAPI static ::std::string
const& ParticleCountID();
71 MCAPI static ::std::string
const& SchemaID();
73 MCAPI static ::std::string
const& TextureID();
75 MCAPI static ::std::string
const& TintMethodID();
77 MCAPI static ::SemVersion
const& Version1_21_70();
79 MCAPI static ::SemVersion
const& Version1_21_90();
85 MCAPI
void* $ctor(uchar particleNumber);
87 MCAPI
void* $ctor(::std::string texture, ::TintMethod tintMethod, uchar particleNumber);
99 MCAPI ::std::string
const& $getName()
const;
static MCAPI void ** $vftable()