Package net.minecraft.client.particle
Class LargeFireSmokeParticle
@Environment(CLIENT) public class LargeFireSmokeParticle extends FireSmokeParticle
- Mappings:
Namespace Name official efjintermediary net/minecraft/class_696named net/minecraft/client/particle/LargeFireSmokeParticle
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLargeFireSmokeParticle.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 protectedLargeFireSmokeParticle(ClientWorld world, double x, double y, double z, double velocityX, double velocityY, double velocityZ, SpriteProvider spriteProvider) -
Method Summary
Methods inherited from class net.minecraft.client.particle.AscendingParticle
getSize, getType, 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
-
LargeFireSmokeParticle
protected LargeFireSmokeParticle(ClientWorld world, double x, double y, double z, double velocityX, double velocityY, double velocityZ, SpriteProvider spriteProvider)- Mappings:
Namespace Name Mixin selector official <init>Lefj;<init>(Ledy;DDDDDDLegf;)Vintermediary <init>Lnet/minecraft/class_696;<init>(Lnet/minecraft/class_638;DDDDDDLnet/minecraft/class_4002;)Vnamed <init>Lnet/minecraft/client/particle/LargeFireSmokeParticle;<init>(Lnet/minecraft/client/world/ClientWorld;DDDDDDLnet/minecraft/client/particle/SpriteProvider;)V
-