Package net.minecraft.client.particle
Class FlameParticle
@Environment(CLIENT) public class FlameParticle extends AbstractSlowingParticle
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFlameParticle.Factorystatic classFlameParticle.SmallFactory -
Field Summary
Fields inherited from class net.minecraft.client.particle.SpriteBillboardParticle
spriteFields inherited from class net.minecraft.client.particle.BillboardParticle
scaleFields inherited from class net.minecraft.client.particle.Particle
age, angle, collidesWithWorld, colorAlpha, colorBlue, colorGreen, colorRed, dead, gravityStrength, maxAge, onGround, prevAngle, prevPosX, prevPosY, prevPosZ, random, spacingXZ, spacingY, velocityX, velocityY, velocityZ, world, x, y, z -
Constructor Summary
Constructors Modifier Constructor Description privateFlameParticle(ClientWorld world, double x, double y, double z, double velocityX, double velocityY, double velocityZ) -
Method Summary
Modifier and Type Method Description intgetColorMultiplier(float tint)floatgetSize(float tickDelta)ParticleTextureSheetgetType()voidmove(double dx, double dy, double dz)Methods inherited from class net.minecraft.client.particle.AbstractSlowingParticle
tickMethods inherited from class net.minecraft.client.particle.SpriteBillboardParticle
getMaxU, getMaxV, getMinU, getMinV, setSprite, setSprite, setSpriteForAgeMethods inherited from class net.minecraft.client.particle.BillboardParticle
buildGeometry, scaleMethods inherited from class net.minecraft.client.particle.Particle
getBoundingBox, getMaxAge, isAlive, markDead, move, repositionFromBoundingBox, setBoundingBox, setBoundingBoxSpacing, setColor, setColorAlpha, setMaxAge, setPos, toString
-
Constructor Details
-
FlameParticle
private FlameParticle(ClientWorld world, double x, double y, double z, double velocityX, double velocityY, double velocityZ)
-
-
Method Details
-
getType
-
move
public void move(double dx, double dy, double dz) -
getSize
public float getSize(float tickDelta)- Overrides:
getSizein classBillboardParticle
-
getColorMultiplier
public int getColorMultiplier(float tint)- Overrides:
getColorMultiplierin classParticle
-