Class DripParticle.DripstoneFallAndLandParticle
java.lang.Object
net.minecraft.client.particle.Particle
net.minecraft.client.particle.SingleQuadParticle
net.minecraft.client.particle.DripParticle
net.minecraft.client.particle.DripParticle.FallingParticle
net.minecraft.client.particle.DripParticle.FallAndLandParticle
net.minecraft.client.particle.DripParticle.DripstoneFallAndLandParticle
- Enclosing class:
DripParticle
private static class DripParticle.DripstoneFallAndLandParticle
extends DripParticle.FallAndLandParticle
-
Nested Class Summary
Nested classes/interfaces inherited from class DripParticle
DripParticle.DripstoneLavaFallProvider, DripParticle.DripstoneLavaHangProvider, DripParticle.DripstoneWaterFallProvider, DripParticle.DripstoneWaterHangProvider, 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.WaterHangProviderNested classes/interfaces inherited from class SingleQuadParticle
SingleQuadParticle.FacingCameraMode, SingleQuadParticle.LayerNested classes/interfaces inherited from class Particle
Particle.LifetimeAlpha -
Field Summary
Fields inherited from class DripParticle.FallAndLandParticle
landParticleFields inherited from class DripParticle
isGlowing -
Constructor Summary
ConstructorsConstructorDescriptionDripstoneFallAndLandParticle(ClientLevel level, double x, double y, double z, Fluid type, ParticleOptions landParticle, TextureAtlasSprite sprite) -
Method Summary
Methods inherited from class DripParticle
getLayer, getLightCoords, getType, preMoveUpdate, tickMethods inherited from class SingleQuadParticle
extract, extractRotatedQuad, extractRotatedQuad, getFacingCameraMode, getGroup, getQuadSize, getU0, getU1, getV0, getV1, scale, setAlpha, setColor, setSprite, setSpriteFromAge, toStringMethods inherited from class Particle
getBoundingBox, getLifetime, getParticleLimit, getPos, isAlive, move, remove, setBoundingBox, setLifetime, setLocationFromBoundingbox, setParticleSpeed, setPos, setPower, setSize
-
Constructor Details
-
DripstoneFallAndLandParticle
public DripstoneFallAndLandParticle(ClientLevel level, double x, double y, double z, Fluid type, ParticleOptions landParticle, TextureAtlasSprite sprite)
-
-
Method Details
-
postMoveUpdate
protected void postMoveUpdate()- Overrides:
postMoveUpdatein classDripParticle.FallAndLandParticle
-