Package net.minecraft.client.particle
Class RedDustParticle
@Environment(CLIENT) public class RedDustParticle extends AbstractDustParticle<DustParticleEffect>
- Mappings:
Namespace Name official eewintermediary net/minecraft/class_671named net/minecraft/client/particle/RedDustParticle
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRedDustParticle.Factory -
Field Summary
Fields inherited from class net.minecraft.client.particle.SpriteBillboardParticle
spriteFields inherited from class net.minecraft.client.particle.BillboardParticle
scaleFields inherited from class net.minecraft.client.particle.Particle
age, angle, collidesWithWorld, colorAlpha, colorBlue, colorGreen, colorRed, dead, field_28786, field_28787, gravityStrength, maxAge, onGround, prevAngle, prevPosX, prevPosY, prevPosZ, random, spacingXZ, spacingY, velocityX, velocityY, velocityZ, world, x, y, z -
Constructor Summary
Constructors Modifier Constructor Description protectedRedDustParticle(ClientWorld world, double x, double y, double z, double velocityX, double velocityY, double velocityZ, DustParticleEffect dustParticleEffect, SpriteProvider spriteProvider) -
Method Summary
Methods inherited from class net.minecraft.client.particle.AbstractDustParticle
getSize, getType, method_33076, tickMethods inherited from class net.minecraft.client.particle.SpriteBillboardParticle
getMaxU, getMaxV, getMinU, getMinV, setSprite, setSprite, setSpriteForAgeMethods inherited from class net.minecraft.client.particle.BillboardParticle
buildGeometry, scaleMethods inherited from class net.minecraft.client.particle.Particle
getBoundingBox, getBrightness, getMaxAge, isAlive, markDead, move, move, repositionFromBoundingBox, setBoundingBox, setBoundingBoxSpacing, setColor, setColorAlpha, setMaxAge, setPos, toString
-
Constructor Details
-
RedDustParticle
protected RedDustParticle(ClientWorld world, double x, double y, double z, double velocityX, double velocityY, double velocityZ, DustParticleEffect dustParticleEffect, SpriteProvider spriteProvider)- Mappings:
Namespace Name Mixin selector official <init>Leew;<init>(Ledy;DDDDDDLhg;Legf;)Vintermediary <init>Lnet/minecraft/class_671;<init>(Lnet/minecraft/class_638;DDDDDDLnet/minecraft/class_2390;Lnet/minecraft/class_4002;)Vnamed <init>Lnet/minecraft/client/particle/RedDustParticle;<init>(Lnet/minecraft/client/world/ClientWorld;DDDDDDLnet/minecraft/particle/DustParticleEffect;Lnet/minecraft/client/particle/SpriteProvider;)V
-