Uses of Class
net.minecraft.client.particle.ParticleManager
Package
Description
-
Uses of ParticleManager in net.minecraft.client
-
Uses of ParticleManager in net.minecraft.client.particle
Modifier and TypeFieldDescriptionprivate final ParticleManager
FireworkParticle.Spark.engine
private final ParticleManager
FireworkParticle.Starter.engine
ModifierConstructorDescriptionprivate
Spark
(ClientWorld p_i232389_1_, double p_i232389_2_, double p_i232389_4_, double p_i232389_6_, double p_i232389_8_, double p_i232389_10_, double p_i232389_12_, ParticleManager p_i232389_14_, IAnimatedSprite p_i232389_15_) Starter
(ClientWorld p_i232391_1_, double p_i232391_2_, double p_i232391_4_, double p_i232391_6_, double p_i232391_8_, double p_i232391_10_, double p_i232391_12_, ParticleManager p_i232391_14_, CompoundNBT p_i232391_15_) -
Uses of ParticleManager in net.minecraftforge.common.extensions
Modifier and TypeMethodDescriptiondefault boolean
IForgeBlock.addDestroyEffects
(BlockState state, World world, BlockPos pos, ParticleManager manager) Spawn particles for when the block is destroyed.default boolean
IForgeBlockState.addDestroyEffects
(World world, BlockPos pos, ParticleManager manager) Spawn particles for when the block is destroyed.default boolean
IForgeBlock.addHitEffects
(BlockState state, World world, RayTraceResult target, ParticleManager manager) Spawn a digging particle effect in the world, this is a wrapper around EffectRenderer.addBlockHitEffects to allow the block more control over the particles.default boolean
IForgeBlockState.addHitEffects
(World world, RayTraceResult target, ParticleManager manager) Spawn a digging particle effect in the world, this is a wrapper around EffectRenderer.addBlockHitEffects to allow the block more control over the particles.