18struct BlockDestructionParticlesDescription
23 ::ll::TypedStorage<8, 32, ::std::string> mTexture;
24 ::ll::TypedStorage<1, 1, ::TintMethod> mTintMethod;
25 ::ll::TypedStorage<4, 4, int> mParticleCount;
31 virtual ::std::string
const& getName()
const ;
41 MCAPI BlockDestructionParticlesDescription();
43 MCAPI
explicit BlockDestructionParticlesDescription(uchar particleNumber);
45 MCAPI BlockDestructionParticlesDescription(::std::string texture, ::TintMethod tintMethod, uchar particleNumber);
53 MCAPI
static bool postParseConstraint(
63 MCAPI
static uchar
const& DEFAULT_NON_CUBE_PARTICLE_COUNT();
65 MCAPI
static uchar
const& DEFAULT_PARTICLE_COUNT();
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();
87 MCAPI
void* $ctor(uchar particleNumber);
89 MCAPI
void* $ctor(::std::string texture, ::TintMethod tintMethod, uchar particleNumber);
95 MCAPI ::std::string
const& $getName()
const;
static MCAPI void ** $vftable()