Uses of Class
net.minecraft.client.particle.ParticleManager
Packages that use ParticleManager
-
Uses of ParticleManager in net.minecraft.client
Fields in net.minecraft.client declared as ParticleManager -
Uses of ParticleManager in net.minecraft.client.particle
Fields in net.minecraft.client.particle declared as ParticleManagerModifier and TypeFieldDescriptionprivate final ParticleManager
FireworksSparkParticle.Explosion.particleManager
private final ParticleManager
FireworksSparkParticle.FireworkParticle.particleManager
Constructors in net.minecraft.client.particle with parameters of type ParticleManagerModifierConstructorDescription(package private)
Explosion
(ClientWorld world, double x, double y, double z, double velocityX, double velocityY, double velocityZ, ParticleManager particleManager, SpriteProvider spriteProvider) FireworkParticle
(ClientWorld world, double x, double y, double z, double velocityX, double velocityY, double velocityZ, ParticleManager particleManager, List<FireworkExplosionComponent> fireworkExplosions)