Package net.minecraft.client.particle
Class MetaParticle
- java.lang.Object
-
- net.minecraft.client.particle.Particle
-
- net.minecraft.client.particle.MetaParticle
-
- Direct Known Subclasses:
EmitterParticle
,FireworkParticle.Starter
,HugeExplosionParticle
public class MetaParticle extends Particle
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
MetaParticle(ClientWorld p_i232407_1_, double p_i232407_2_, double p_i232407_4_, double p_i232407_6_)
protected
MetaParticle(ClientWorld p_i232408_1_, double p_i232408_2_, double p_i232408_4_, double p_i232408_6_, double p_i232408_8_, double p_i232408_10_, double p_i232408_12_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IParticleRenderType
getRenderType()
void
render(IVertexBuilder p_225606_1_, ActiveRenderInfo p_225606_2_, float p_225606_3_)
-
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, tick, toString
-
-
-
-
Constructor Detail
-
MetaParticle
protected MetaParticle(ClientWorld p_i232407_1_, double p_i232407_2_, double p_i232407_4_, double p_i232407_6_)
-
MetaParticle
protected MetaParticle(ClientWorld p_i232408_1_, double p_i232408_2_, double p_i232408_4_, double p_i232408_6_, double p_i232408_8_, double p_i232408_10_, double p_i232408_12_)
-
-
Method Detail
-
render
public final void render(IVertexBuilder p_225606_1_, ActiveRenderInfo p_225606_2_, float p_225606_3_)
-
getRenderType
public IParticleRenderType getRenderType()
- Specified by:
getRenderType
in classParticle
-
-