Package net.minecraft.client.particle
Class DripParticle.FallAndLandParticle
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
- Direct Known Subclasses:
DripParticle.DripstoneFallAndLandParticle,DripParticle.HoneyFallAndLandParticle
- 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
FieldsFields inherited from class net.minecraft.client.particle.DripParticle
isGlowing -
Constructor Summary
ConstructorsConstructorDescriptionFallAndLandParticle(ClientLevel pLevel, double pX, double pY, double pZ, Fluid pType, ParticleOptions pLandParticle, TextureAtlasSprite pSprite) -
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
-
Field Details
-
landParticle
-
-
Constructor Details
-
FallAndLandParticle
public FallAndLandParticle(ClientLevel pLevel, double pX, double pY, double pZ, Fluid pType, ParticleOptions pLandParticle, TextureAtlasSprite pSprite)
-
-
Method Details
-
postMoveUpdate
protected void postMoveUpdate()- Overrides:
postMoveUpdatein classDripParticle.FallingParticle
-