Package net.minecraft.client.particle
Class EmotionParticle
java.lang.Object
net.minecraft.client.particle.Particle
net.minecraft.client.particle.BillboardParticle
net.minecraft.client.particle.SpriteBillboardParticle
net.minecraft.client.particle.EmotionParticle
@Environment(CLIENT) public class EmotionParticle extends SpriteBillboardParticle
- Mappings:
Namespace Name official egz
intermediary net/minecraft/class_684
named net/minecraft/client/particle/EmotionParticle
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EmotionParticle.AngryVillagerFactory
static class
EmotionParticle.HeartFactory
-
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, 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 private
EmotionParticle(ClientWorld world, double x, double y, double z)
-
Method Summary
Modifier and Type Method Description float
getSize(float tickDelta)
ParticleTextureSheet
getType()
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, scale
Methods inherited from class net.minecraft.client.particle.Particle
getBoundingBox, getBrightness, getMaxAge, isAlive, markDead, method_34019, move, move, repositionFromBoundingBox, setBoundingBox, setBoundingBoxSpacing, setColor, setColorAlpha, setMaxAge, setPos, tick, toString
-
Constructor Details
-
EmotionParticle
- Mappings:
Namespace Name Mixin selector official <init>
Legz;<init>(Lefs;DDD)V
intermediary <init>
Lnet/minecraft/class_684;<init>(Lnet/minecraft/class_638;DDD)V
named <init>
Lnet/minecraft/client/particle/EmotionParticle;<init>(Lnet/minecraft/client/world/ClientWorld;DDD)V
-
-
Method Details
-
getType
- Specified by:
getType
in classParticle
- Mappings:
Namespace Name Mixin selector official b
Lehi;b()Lehm;
intermediary method_18122
Lnet/minecraft/class_703;method_18122()Lnet/minecraft/class_3999;
named getType
Lnet/minecraft/client/particle/Particle;getType()Lnet/minecraft/client/particle/ParticleTextureSheet;
-
getSize
public float getSize(float tickDelta)- Overrides:
getSize
in classBillboardParticle
- Mappings:
Namespace Name Mixin selector official b
Lehs;b(F)F
intermediary method_18132
Lnet/minecraft/class_3940;method_18132(F)F
named getSize
Lnet/minecraft/client/particle/BillboardParticle;getSize(F)F
-