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 uchar
const& DEFAULT_NON_CUBE_PARTICLE_COUNT();
69 MCAPI
static uchar
const& DEFAULT_PARTICLE_COUNT();
71 MCAPI static ::std::string
const& NameID();
73 MCAPI static ::std::string
const& ParticleCountID();
75 MCAPI static ::std::string
const& SchemaID();
77 MCAPI static ::std::string
const& TextureID();
79 MCAPI static ::std::string
const& TintMethodID();
81 MCAPI static ::SemVersion
const& Version1_21_70();
83 MCAPI static ::SemVersion
const& Version1_21_90();
89 MCAPI
void* $ctor(uchar particleNumber);
91 MCAPI
void* $ctor(::std::string texture, ::TintMethod tintMethod, uchar particleNumber);
103 MCAPI ::std::string
const& $getName()
const;
static MCAPI void ** $vftable()