Uses of Class
net.minecraft.client.particle.ParticleManager
| Package | Description |
|---|---|
| net.minecraft.client | |
| net.minecraft.client.particle |
-
Uses of ParticleManager in net.minecraft.client
Fields in net.minecraft.client declared as ParticleManager Modifier and Type Field Description ParticleManagerMinecraftClient. particleManager -
Uses of ParticleManager in net.minecraft.client.particle
Fields in net.minecraft.client.particle declared as ParticleManager Modifier and Type Field Description private ParticleManagerFireworksSparkParticle.Explosion. particleManagerprivate ParticleManagerFireworksSparkParticle.FireworkParticle. particleManagerConstructors in net.minecraft.client.particle with parameters of type ParticleManager Constructor Description 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, @Nullable NbtCompound nbt)