Package net.minecraft.client.particle
Class DripParticle
java.lang.Object
net.minecraft.client.particle.Particle
net.minecraft.client.particle.SingleQuadParticle
net.minecraft.client.particle.TextureSheetParticle
net.minecraft.client.particle.DripParticle
- Direct Known Subclasses:
DripParticle.DripHangParticle
,DripParticle.DripLandParticle
,DripParticle.FallingParticle
-
Nested Class Summary
Modifier and TypeClassDescription(package private) static class
(package private) static class
(package private) static class
(package private) static class
static class
static class
static class
static class
(package private) static class
(package private) static class
(package private) static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
-
Field Summary
Fields inherited from class net.minecraft.client.particle.TextureSheetParticle
sprite
Fields inherited from class net.minecraft.client.particle.SingleQuadParticle
quadSize
-
Constructor Summary
ConstructorDescriptionDripParticle
(ClientLevel p_106051_, double p_106052_, double p_106053_, double p_106054_, Fluid p_106055_) -
Method Summary
Modifier and TypeMethodDescriptionint
getLightColor
(float p_106065_) protected Fluid
getType()
protected void
protected void
void
tick()
Methods inherited from class net.minecraft.client.particle.TextureSheetParticle
getU0, getU1, getV0, getV1, pickSprite, setSprite, setSpriteFromAge
Methods inherited from class net.minecraft.client.particle.SingleQuadParticle
getQuadSize, render, scale
Methods inherited from class net.minecraft.client.particle.Particle
getBoundingBox, getLifetime, getParticleGroup, isAlive, move, remove, setAlpha, setBoundingBox, setColor, setLifetime, setLocationFromBoundingbox, setParticleSpeed, setPos, setPower, setSize, shouldCull, toString
-
Field Details
-
type
-
isGlowing
protected boolean isGlowing
-
-
Constructor Details
-
DripParticle
DripParticle(ClientLevel p_106051_, double p_106052_, double p_106053_, double p_106054_, Fluid p_106055_)
-
-
Method Details
-
getType
-
getRenderType
- Specified by:
getRenderType
in classParticle
-
getLightColor
public int getLightColor(float p_106065_) - Overrides:
getLightColor
in classParticle
-
tick
public void tick() -
preMoveUpdate
protected void preMoveUpdate() -
postMoveUpdate
protected void postMoveUpdate()
-