Package net.minecraft.client.particle
Class HugeExplosionParticle
- java.lang.Object
-
- net.minecraft.client.particle.Particle
-
- net.minecraft.client.particle.MetaParticle
-
- net.minecraft.client.particle.HugeExplosionParticle
-
public class HugeExplosionParticle extends MetaParticle
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
HugeExplosionParticle.Factory
-
Constructor Summary
Constructors Modifier Constructor Description private
HugeExplosionParticle(ClientWorld p_i232398_1_, double p_i232398_2_, double p_i232398_4_, double p_i232398_6_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
tick()
-
Methods inherited from class net.minecraft.client.particle.MetaParticle
getRenderType, render
-
Methods inherited from class net.minecraft.client.particle.Particle
getBoundingBox, getLifetime, getLightColor, isAlive, move, remove, scale, setAlpha, setBoundingBox, setColor, setLifetime, setLocationFromBoundingbox, setPos, setPower, setSize, shouldCull, toString
-
-
-
-
Field Detail
-
life
private int life
-
lifeTime
private final int lifeTime
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
HugeExplosionParticle
private HugeExplosionParticle(ClientWorld p_i232398_1_, double p_i232398_2_, double p_i232398_4_, double p_i232398_6_)
-
-