Package net.minecraft.client.particle
Class FlameParticle
java.lang.Object
net.minecraft.client.particle.Particle
net.minecraft.client.particle.SingleQuadParticle
net.minecraft.client.particle.RisingParticle
net.minecraft.client.particle.FlameParticle
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classNested classes/interfaces inherited from class net.minecraft.client.particle.SingleQuadParticle
SingleQuadParticle.FacingCameraMode, SingleQuadParticle.LayerNested classes/interfaces inherited from class net.minecraft.client.particle.Particle
Particle.LifetimeAlpha -
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionFlameParticle(ClientLevel p_106800_, double p_106801_, double p_106802_, double p_106803_, double p_106804_, double p_106805_, double p_106806_, TextureAtlasSprite p_446489_) -
Method Summary
Modifier and TypeMethodDescriptiongetLayer()intgetLightColor(float pPartialTick) floatgetQuadSize(float pScaleFactor) voidmove(double pX, double pY, double pZ) Methods inherited from class net.minecraft.client.particle.SingleQuadParticle
extract, extractRotatedQuad, extractRotatedQuad, getFacingCameraMode, getGroup, getU0, getU1, getV0, getV1, scale, setAlpha, setColor, setSprite, setSpriteFromAge, toStringMethods inherited from class net.minecraft.client.particle.Particle
getBoundingBox, getLifetime, getParticleLimit, getPos, isAlive, remove, setBoundingBox, setLifetime, setLocationFromBoundingbox, setParticleSpeed, setPos, setPower, setSize, tick
-
Constructor Details
-
FlameParticle
public FlameParticle(ClientLevel p_106800_, double p_106801_, double p_106802_, double p_106803_, double p_106804_, double p_106805_, double p_106806_, TextureAtlasSprite p_446489_)
-
-
Method Details
-
getLayer
- Specified by:
getLayerin classSingleQuadParticle
-
move
public void move(double pX, double pY, double pZ) -
getQuadSize
public float getQuadSize(float pScaleFactor) - Overrides:
getQuadSizein classSingleQuadParticle
-
getLightColor
public int getLightColor(float pPartialTick) - Overrides:
getLightColorin classParticle
-