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
Modifier and TypeClassDescription(package private) static class
static class
(package private) static class
static class
static class
static class
static class
(package private) static class
static class
(package private) static class
static class
(package private) static class
static class
static class
(package private) static class
static class
static class
static class
-
Field Summary
Fields inherited from class net.minecraft.client.particle.SpriteTexturedParticle
sprite
Fields inherited from class net.minecraft.client.particle.TexturedParticle
quadSize
-
Constructor Summary
ModifierConstructorDescriptionprivate
DripParticle
(ClientWorld p_i232361_1_, double p_i232361_2_, double p_i232361_4_, double p_i232361_6_, Fluid p_i232361_8_) -
Method Summary
Modifier and TypeMethodDescriptionint
getLightColor
(float p_189214_1_) protected void
protected void
void
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
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 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:
getRenderType
in classParticle
-
getLightColor
public int getLightColor(float p_189214_1_) - Overrides:
getLightColor
in classParticle
-
tick
public void tick() -
preMoveUpdate
protected void preMoveUpdate() -
postMoveUpdate
protected void postMoveUpdate()
-