Package net.minecraft.client.particle
Class DustColorTransitionParticle
java.lang.Object
net.minecraft.client.particle.Particle
net.minecraft.client.particle.BillboardParticle
net.minecraft.client.particle.SpriteBillboardParticle
net.minecraft.client.particle.AbstractDustParticle<DustColorTransitionParticleEffect>
net.minecraft.client.particle.DustColorTransitionParticle
@Environment(CLIENT) public class DustColorTransitionParticle extends AbstractDustParticle<DustColorTransitionParticleEffect>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DustColorTransitionParticle.Factory
-
Field Summary
Fields Modifier and Type Field Description private Vec3d
field_28244
private Vec3d
field_28245
Fields inherited from class net.minecraft.client.particle.SpriteBillboardParticle
sprite
Fields inherited from class net.minecraft.client.particle.BillboardParticle
scale
Fields inherited from class net.minecraft.client.particle.Particle
age, angle, collidesWithWorld, colorAlpha, colorBlue, colorGreen, colorRed, dead, gravityStrength, maxAge, onGround, prevAngle, prevPosX, prevPosY, prevPosZ, random, spacingXZ, spacingY, velocityX, velocityY, velocityZ, world, x, y, z
-
Constructor Summary
Constructors Modifier Constructor Description protected
DustColorTransitionParticle(ClientWorld world, double double2, double double3, double double4, double double5, double double6, double double7, DustColorTransitionParticleEffect dustColorTransitionParticleEffect, SpriteProvider spriteProvider)
-
Method Summary
Modifier and Type Method Description void
buildGeometry(VertexConsumer vertexConsumer, Camera camera, float tickDelta)
private Vec3d
method_33073(Vec3d vec3d, float float2)
private void
method_33074(float float2)
Methods inherited from class net.minecraft.client.particle.AbstractDustParticle
getSize, getType, method_33076, tick
Methods inherited from class net.minecraft.client.particle.SpriteBillboardParticle
getMaxU, getMaxV, getMinU, getMinV, setSprite, setSprite, setSpriteForAge
Methods inherited from class net.minecraft.client.particle.BillboardParticle
scale
Methods inherited from class net.minecraft.client.particle.Particle
getBoundingBox, getColorMultiplier, getMaxAge, isAlive, markDead, move, move, repositionFromBoundingBox, setBoundingBox, setBoundingBoxSpacing, setColor, setColorAlpha, setMaxAge, setPos, toString
-
Field Details
-
field_28244
-
field_28245
-
-
Constructor Details
-
DustColorTransitionParticle
protected DustColorTransitionParticle(ClientWorld world, double double2, double double3, double double4, double double5, double double6, double double7, DustColorTransitionParticleEffect dustColorTransitionParticleEffect, SpriteProvider spriteProvider)
-
-
Method Details
-
method_33073
-
method_33074
private void method_33074(float float2) -
buildGeometry
- Overrides:
buildGeometry
in classBillboardParticle
-