Package net.minecraft.client.particle
Class DripParticle.FallingParticle
java.lang.Object
net.minecraft.client.particle.Particle
net.minecraft.client.particle.SingleQuadParticle
net.minecraft.client.particle.TextureSheetParticle
net.minecraft.client.particle.DripParticle
net.minecraft.client.particle.DripParticle.FallingParticle
- Direct Known Subclasses:
DripParticle.FallAndLandParticle
- Enclosing class:
- DripParticle
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.particle.DripParticle
DripParticle.CoolingDripHangParticle, DripParticle.DripHangParticle, DripParticle.DripLandParticle, DripParticle.DripstoneFallAndLandParticle, DripParticle.DripstoneLavaFallProvider, DripParticle.DripstoneLavaHangProvider, DripParticle.DripstoneWaterFallProvider, DripParticle.DripstoneWaterHangProvider, DripParticle.FallAndLandParticle, DripParticle.FallingParticle, DripParticle.HoneyFallAndLandParticle, DripParticle.HoneyFallProvider, DripParticle.HoneyHangProvider, DripParticle.HoneyLandProvider, DripParticle.LavaFallProvider, DripParticle.LavaHangProvider, DripParticle.LavaLandProvider, DripParticle.NectarFallProvider, DripParticle.ObsidianTearFallProvider, DripParticle.ObsidianTearHangProvider, DripParticle.ObsidianTearLandProvider, DripParticle.SporeBlossomFallProvider, DripParticle.WaterFallProvider, DripParticle.WaterHangProvider
-
Field Summary
Fields inherited from class net.minecraft.client.particle.DripParticle
isGlowing
Fields inherited from class net.minecraft.client.particle.TextureSheetParticle
sprite
Fields inherited from class net.minecraft.client.particle.SingleQuadParticle
quadSize
-
Constructor Summary
ConstructorDescriptionFallingParticle
(ClientLevel p_106132_, double p_106133_, double p_106134_, double p_106135_, Fluid p_106136_) FallingParticle
(ClientLevel p_172022_, double p_172023_, double p_172024_, double p_172025_, Fluid p_172026_, int p_172027_) -
Method Summary
Methods inherited from class net.minecraft.client.particle.DripParticle
getLightColor, getRenderType, getType, preMoveUpdate, 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
-
Constructor Details
-
FallingParticle
FallingParticle(ClientLevel p_106132_, double p_106133_, double p_106134_, double p_106135_, Fluid p_106136_) -
FallingParticle
FallingParticle(ClientLevel p_172022_, double p_172023_, double p_172024_, double p_172025_, Fluid p_172026_, int p_172027_)
-
-
Method Details
-
postMoveUpdate
protected void postMoveUpdate()- Overrides:
postMoveUpdate
in classDripParticle
-