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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static classstatic class(package private) static classstatic classstatic classstatic classstatic class(package private) static classstatic class(package private) static classstatic class(package private) static classstatic classstatic class(package private) static classstatic classstatic classstatic class -
Field Summary
FieldsFields inherited from class net.minecraft.client.particle.SpriteTexturedParticle
spriteFields inherited from class net.minecraft.client.particle.TexturedParticle
quadSize -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateDripParticle(ClientWorld p_i232361_1_, double p_i232361_2_, double p_i232361_4_, double p_i232361_6_, Fluid p_i232361_8_) -
Method Summary
Modifier and TypeMethodDescriptionintgetLightColor(float p_189214_1_) protected voidprotected voidvoidtick()Methods inherited from class net.minecraft.client.particle.SpriteTexturedParticle
getU0, getU1, getV0, getV1, pickSprite, setSprite, setSpriteFromAgeMethods inherited from class net.minecraft.client.particle.TexturedParticle
getQuadSize, render, scaleMethods inherited from class net.minecraft.client.particle.Particle
getBoundingBox, getLifetime, isAlive, move, remove, setAlpha, setBoundingBox, setColor, setLifetime, setLocationFromBoundingbox, setPos, setPower, setSize, shouldCull, toString
-
Field Details
-
type
-
isGlowing
protected boolean isGlowing
-
-
Constructor Details
-
DripParticle
private DripParticle(ClientWorld p_i232361_1_, double p_i232361_2_, double p_i232361_4_, double p_i232361_6_, Fluid p_i232361_8_)
-
-
Method Details
-
getRenderType
- Specified by:
getRenderTypein classParticle
-
getLightColor
public int getLightColor(float p_189214_1_) - Overrides:
getLightColorin classParticle
-
tick
public void tick() -
preMoveUpdate
protected void preMoveUpdate() -
postMoveUpdate
protected void postMoveUpdate()
-