Package net.minecraft.client.particle
Class GlowParticle
java.lang.Object
net.minecraft.client.particle.Particle
net.minecraft.client.particle.SingleQuadParticle
net.minecraft.client.particle.TextureSheetParticle
net.minecraft.client.particle.GlowParticle
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic class
- 
Field SummaryFieldsModifier and TypeFieldDescription(package private) static final RandomSourceprivate final SpriteSetFields inherited from class net.minecraft.client.particle.TextureSheetParticlespriteFields inherited from class net.minecraft.client.particle.SingleQuadParticlequadSize
- 
Constructor SummaryConstructorsConstructorDescriptionGlowParticle(ClientLevel p_172136_, double p_172137_, double p_172138_, double p_172139_, double p_172140_, double p_172141_, double p_172142_, SpriteSet p_172143_) 
- 
Method SummaryMethods inherited from class net.minecraft.client.particle.TextureSheetParticlegetU0, getU1, getV0, getV1, pickSprite, setSprite, setSpriteFromAgeMethods inherited from class net.minecraft.client.particle.SingleQuadParticlegetQuadSize, render, scaleMethods inherited from class net.minecraft.client.particle.ParticlegetBoundingBox, getLifetime, getParticleGroup, getPos, isAlive, move, remove, setAlpha, setBoundingBox, setColor, setLifetime, setLocationFromBoundingbox, setParticleSpeed, setPos, setPower, setSize, shouldCull, toString
- 
Field Details- 
RANDOM
- 
sprites
 
- 
- 
Constructor Details- 
GlowParticleGlowParticle(ClientLevel p_172136_, double p_172137_, double p_172138_, double p_172139_, double p_172140_, double p_172141_, double p_172142_, SpriteSet p_172143_) 
 
- 
- 
Method Details- 
getRenderType- Specified by:
- getRenderTypein class- Particle
 
- 
getLightColorpublic int getLightColor(float p_172146_) - Overrides:
- getLightColorin class- Particle
 
- 
tickpublic void tick()
 
-