Package net.minecraft.client.particle
Class WhiteSmokeParticle
java.lang.Object
net.minecraft.client.particle.Particle
net.minecraft.client.particle.BillboardParticle
net.minecraft.client.particle.SpriteBillboardParticle
net.minecraft.client.particle.AscendingParticle
net.minecraft.client.particle.WhiteSmokeParticle
- Mappings:
Namespace Name official fse
intermediary net/minecraft/class_8899
named net/minecraft/client/particle/WhiteSmokeParticle
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.particle.BillboardParticle
BillboardParticle.Rotator
-
Field Summary
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, alpha, angle, ascending, blue, collidesWithWorld, dead, gravityStrength, green, maxAge, onGround, prevAngle, prevPosX, prevPosY, prevPosZ, random, red, spacingXZ, spacingY, velocityMultiplier, velocityX, velocityY, velocityZ, world, x, y, z
-
Constructor Summary
ModifierConstructorDescriptionprotected
WhiteSmokeParticle
(ClientWorld world, double x, double y, double z, double velocityX, double velocityY, double velocityZ, float scaleMultiplier, SpriteProvider spriteProvider) -
Method Summary
Methods inherited from class net.minecraft.client.particle.AscendingParticle
getSize, getType, 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
buildGeometry, getRotator, scale
Methods inherited from class net.minecraft.client.particle.Particle
getBoundingBox, getBrightness, getGroup, getMaxAge, isAlive, markDead, move, move, repositionFromBoundingBox, setAlpha, setBoundingBox, setBoundingBoxSpacing, setColor, setMaxAge, setPos, setVelocity, toString
-
Field Details
-
field_46898
private static final int field_46898- See Also:
- Mappings:
Namespace Name Mixin selector official a
Lfse;a:I
intermediary field_46898
Lnet/minecraft/class_8899;field_46898:I
named field_46898
Lnet/minecraft/client/particle/WhiteSmokeParticle;field_46898:I
-
-
Constructor Details
-
WhiteSmokeParticle
protected WhiteSmokeParticle(ClientWorld world, double x, double y, double z, double velocityX, double velocityY, double velocityZ, float scaleMultiplier, SpriteProvider spriteProvider) - Mappings:
Namespace Name Mixin selector official <init>
Lfse;<init>(Lfns;DDDDDDFLfrq;)V
intermediary <init>
Lnet/minecraft/class_8899;<init>(Lnet/minecraft/class_638;DDDDDDFLnet/minecraft/class_4002;)V
named <init>
Lnet/minecraft/client/particle/WhiteSmokeParticle;<init>(Lnet/minecraft/client/world/ClientWorld;DDDDDDFLnet/minecraft/client/particle/SpriteProvider;)V
-