Package net.minecraft.client.particle
Class SoulParticle
- java.lang.Object
-
public class SoulParticle extends DeceleratingParticle
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SoulParticle.Factory
-
Field Summary
Fields Modifier and Type Field Description private IAnimatedSprite
sprites
-
Fields inherited from class net.minecraft.client.particle.SpriteTexturedParticle
sprite
-
Fields inherited from class net.minecraft.client.particle.TexturedParticle
quadSize
-
-
Constructor Summary
Constructors Modifier Constructor Description private
SoulParticle(ClientWorld p_i232426_1_, double p_i232426_2_, double p_i232426_4_, double p_i232426_6_, double p_i232426_8_, double p_i232426_10_, double p_i232426_12_, IAnimatedSprite p_i232426_14_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IParticleRenderType
getRenderType()
void
tick()
-
Methods inherited from class net.minecraft.client.particle.SpriteTexturedParticle
getU0, getU1, getV0, getV1, pickSprite, setSprite, setSpriteFromAge
-
Methods inherited from class net.minecraft.client.particle.TexturedParticle
getQuadSize, render, scale
-
Methods inherited from class net.minecraft.client.particle.Particle
getBoundingBox, getLifetime, getLightColor, isAlive, move, remove, setAlpha, setBoundingBox, setColor, setLifetime, setLocationFromBoundingbox, setPos, setPower, setSize, shouldCull, toString
-
-
-
-
Field Detail
-
sprites
private final IAnimatedSprite sprites
-
-
Constructor Detail
-
SoulParticle
private SoulParticle(ClientWorld p_i232426_1_, double p_i232426_2_, double p_i232426_4_, double p_i232426_6_, double p_i232426_8_, double p_i232426_10_, double p_i232426_12_, IAnimatedSprite p_i232426_14_)
-
-
Method Detail
-
getRenderType
public IParticleRenderType getRenderType()
- Specified by:
getRenderType
in classParticle
-
tick
public void tick()
- Overrides:
tick
in classDeceleratingParticle
-
-