Package net.minecraft.client.particle
Class DustParticleBase<T extends DustParticleOptionsBase>
java.lang.Object
net.minecraft.client.particle.Particle
net.minecraft.client.particle.SingleQuadParticle
net.minecraft.client.particle.TextureSheetParticle
net.minecraft.client.particle.DustParticleBase<T>
- Direct Known Subclasses:
- DustColorTransitionParticle,- DustParticle
- 
Field SummaryFieldsFields inherited from class net.minecraft.client.particle.TextureSheetParticlespriteFields inherited from class net.minecraft.client.particle.SingleQuadParticlequadSize
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedDustParticleBase(ClientLevel p_172094_, double p_172095_, double p_172096_, double p_172097_, double p_172098_, double p_172099_, double p_172100_, T p_172101_, SpriteSet p_172102_) 
- 
Method SummaryModifier and TypeMethodDescriptionfloatgetQuadSize(float p_172109_) protected floatrandomizeColor(float p_172105_, float p_172106_) voidtick()Methods inherited from class net.minecraft.client.particle.TextureSheetParticlegetU0, getU1, getV0, getV1, pickSprite, setSprite, setSpriteFromAgeMethods inherited from class net.minecraft.client.particle.SingleQuadParticlerender, scaleMethods inherited from class net.minecraft.client.particle.ParticlegetBoundingBox, getLifetime, getLightColor, getParticleGroup, getPos, isAlive, move, remove, setAlpha, setBoundingBox, setColor, setLifetime, setLocationFromBoundingbox, setParticleSpeed, setPos, setPower, setSize, shouldCull, toString
- 
Field Details- 
sprites
 
- 
- 
Constructor Details- 
DustParticleBaseprotected DustParticleBase(ClientLevel p_172094_, double p_172095_, double p_172096_, double p_172097_, double p_172098_, double p_172099_, double p_172100_, T p_172101_, SpriteSet p_172102_) 
 
- 
- 
Method Details- 
randomizeColorprotected float randomizeColor(float p_172105_, float p_172106_) 
- 
getRenderType- Specified by:
- getRenderTypein class- Particle
 
- 
getQuadSizepublic float getQuadSize(float p_172109_) - Overrides:
- getQuadSizein class- SingleQuadParticle
 
- 
tickpublic void tick()
 
-