Package net.minecraft.client.particle
Class DripParticle
- java.lang.Object
-
- net.minecraft.client.particle.Particle
-
- net.minecraft.client.particle.TexturedParticle
-
- net.minecraft.client.particle.SpriteTexturedParticle
-
- net.minecraft.client.particle.DripParticle
-
- Direct Known Subclasses:
DripParticle.Dripping,DripParticle.FallingNectarParticle,DripParticle.Landing
public class DripParticle extends SpriteTexturedParticle
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classDripParticle.Drippingstatic classDripParticle.DrippingHoneyFactory(package private) static classDripParticle.DrippingLavastatic classDripParticle.DrippingLavaFactorystatic classDripParticle.DrippingObsidianTearFactorystatic classDripParticle.DrippingWaterFactorystatic classDripParticle.FallingHoneyFactory(package private) static classDripParticle.FallingHoneyParticlestatic classDripParticle.FallingLavaFactory(package private) static classDripParticle.FallingLiquidParticlestatic classDripParticle.FallingNectarFactory(package private) static classDripParticle.FallingNectarParticlestatic classDripParticle.FallingObsidianTearFactorystatic classDripParticle.FallingWaterFactory(package private) static classDripParticle.Landingstatic classDripParticle.LandingHoneyFactorystatic classDripParticle.LandingLavaFactorystatic classDripParticle.LandingObsidianTearFactory
-
Field Summary
Fields Modifier and Type Field Description protected booleanisGlowingprivate Fluidtype-
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 privateDripParticle(ClientWorld p_i232361_1_, double p_i232361_2_, double p_i232361_4_, double p_i232361_6_, Fluid p_i232361_8_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLightColor(float p_189214_1_)IParticleRenderTypegetRenderType()protected voidpostMoveUpdate()protected voidpreMoveUpdate()voidtick()-
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
getQuadSize, render, scale
-
Methods inherited from class net.minecraft.client.particle.Particle
getBoundingBox, getLifetime, isAlive, move, remove, setAlpha, setBoundingBox, setColor, setLifetime, setLocationFromBoundingbox, setPos, setPower, setSize, shouldCull, toString
-
-
-
-
Field Detail
-
type
private final Fluid type
-
isGlowing
protected boolean isGlowing
-
-
Constructor Detail
-
DripParticle
private DripParticle(ClientWorld p_i232361_1_, double p_i232361_2_, double p_i232361_4_, double p_i232361_6_, Fluid p_i232361_8_)
-
-
Method Detail
-
getRenderType
public IParticleRenderType getRenderType()
- Specified by:
getRenderTypein classParticle
-
getLightColor
public int getLightColor(float p_189214_1_)
- Overrides:
getLightColorin classParticle
-
preMoveUpdate
protected void preMoveUpdate()
-
postMoveUpdate
protected void postMoveUpdate()
-
-