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.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.WaterHangProviderNested classes/interfaces inherited from class net.minecraft.client.particle.SingleQuadParticle
SingleQuadParticle.FacingCameraMode, SingleQuadParticle.LayerNested classes/interfaces inherited from class net.minecraft.client.particle.Particle
Particle.LifetimeAlpha -
Field Summary
Fields inherited from class net.minecraft.client.particle.DripParticle
isGlowing -
Constructor Summary
ConstructorsConstructorDescriptionFallingParticle(ClientLevel pLevel, double pX, double pY, double pZ, Fluid pType, int pLifetime, TextureAtlasSprite pSprite) FallingParticle(ClientLevel p_106132_, double p_106133_, double p_106134_, double p_106135_, Fluid p_106136_, TextureAtlasSprite p_445872_) -
Method Summary
Methods inherited from class net.minecraft.client.particle.DripParticle
getLayer, getLightColor, getType, preMoveUpdate, tickMethods inherited from class net.minecraft.client.particle.SingleQuadParticle
extract, extractRotatedQuad, extractRotatedQuad, getFacingCameraMode, getGroup, getQuadSize, getU0, getU1, getV0, getV1, scale, setAlpha, setColor, setSprite, setSpriteFromAge, toStringMethods inherited from class net.minecraft.client.particle.Particle
getBoundingBox, getLifetime, getParticleLimit, getPos, isAlive, move, remove, setBoundingBox, setLifetime, setLocationFromBoundingbox, setParticleSpeed, setPos, setPower, setSize
-
Constructor Details
-
FallingParticle
public FallingParticle(ClientLevel p_106132_, double p_106133_, double p_106134_, double p_106135_, Fluid p_106136_, TextureAtlasSprite p_445872_) -
FallingParticle
public FallingParticle(ClientLevel pLevel, double pX, double pY, double pZ, Fluid pType, int pLifetime, TextureAtlasSprite pSprite)
-
-
Method Details
-
postMoveUpdate
protected void postMoveUpdate()- Overrides:
postMoveUpdatein classDripParticle
-