Uses of Class
net.minecraft.client.particle.ParticleEngine
-
Uses of ParticleEngine in net.minecraft.client
-
Uses of ParticleEngine in net.minecraft.client.particle
Modifier and TypeFieldDescriptionprivate ParticleEngine
FireworkParticles.SparkParticle.engine
private ParticleEngine
FireworkParticles.Starter.engine
ModifierConstructorDescription(package private)
SparkParticle(ClientLevel p_106702_, double p_106703_, double p_106704_, double p_106705_, double p_106706_, double p_106707_, double p_106708_, ParticleEngine p_106709_, SpriteSet p_106710_)
Starter(ClientLevel p_106757_, double p_106758_, double p_106759_, double p_106760_, double p_106761_, double p_106762_, double p_106763_, ParticleEngine p_106764_, CompoundTag p_106765_)
-
Uses of ParticleEngine in net.minecraftforge.client
Modifier and TypeMethodDescriptiondefault boolean
IBlockRenderProperties.addDestroyEffects(BlockState state, Level Level, BlockPos pos, ParticleEngine manager)
Spawn particles for when the block is destroyed.default boolean
IBlockRenderProperties.addHitEffects(BlockState state, Level Level, HitResult target, ParticleEngine manager)
Spawn a digging particle effect in the Level, this is a wrapper around EffectRenderer.addBlockHitEffects to allow the block more control over the particles.