Package net.minecraft.client.particle
Class LargeSmokeParticle
- java.lang.Object
-
public class LargeSmokeParticle extends SmokeParticle
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LargeSmokeParticle.Factory
-
Field Summary
-
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 protected
LargeSmokeParticle(ClientWorld p_i232402_1_, double p_i232402_2_, double p_i232402_4_, double p_i232402_6_, double p_i232402_8_, double p_i232402_10_, double p_i232402_12_, IAnimatedSprite p_i232402_14_)
-
Method Summary
-
Methods inherited from class net.minecraft.client.particle.RisingParticle
getQuadSize, getRenderType, 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
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
-
-
-
-
Constructor Detail
-
LargeSmokeParticle
protected LargeSmokeParticle(ClientWorld p_i232402_1_, double p_i232402_2_, double p_i232402_4_, double p_i232402_6_, double p_i232402_8_, double p_i232402_10_, double p_i232402_12_, IAnimatedSprite p_i232402_14_)
-
-