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
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprivate
HugeExplosionParticle
(ClientWorld p_i232398_1_, double p_i232398_2_, double p_i232398_4_, double p_i232398_6_) -
Method Summary
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 Details
-
life
private int life -
lifeTime
private final int lifeTime- See Also:
-
-
Constructor Details
-
HugeExplosionParticle
private HugeExplosionParticle(ClientWorld p_i232398_1_, double p_i232398_2_, double p_i232398_4_, double p_i232398_6_)
-
-
Method Details