Package net.minecraft.client.particle
Class ExplosionEmitterParticle
java.lang.Object
net.minecraft.client.particle.Particle
net.minecraft.client.particle.NoRenderParticle
net.minecraft.client.particle.ExplosionEmitterParticle
@Environment(CLIENT) public class ExplosionEmitterParticle extends NoRenderParticle
- Mappings:
Namespace Name official ehbintermediary net/minecraft/class_689named net/minecraft/client/particle/ExplosionEmitterParticle
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExplosionEmitterParticle.Factory -
Field Summary
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 privateExplosionEmitterParticle(ClientWorld world, double x, double y, double z) -
Method Summary
Modifier and Type Method Description voidtick()Methods inherited from class net.minecraft.client.particle.NoRenderParticle
buildGeometry, getTypeMethods inherited from class net.minecraft.client.particle.Particle
getBoundingBox, getBrightness, getMaxAge, isAlive, markDead, method_34019, move, move, repositionFromBoundingBox, scale, setBoundingBox, setBoundingBoxSpacing, setColor, setColorAlpha, setMaxAge, setPos, toString
-
Field Details
-
age_
private int age_- Mappings:
Namespace Name Mixin selector official aLehb;a:Iintermediary field_3814Lnet/minecraft/class_689;field_3814:Inamed age_Lnet/minecraft/client/particle/ExplosionEmitterParticle;age_:I
-
maxAge_
private final int maxAge_- Mappings:
Namespace Name Mixin selector official bLehb;b:Iintermediary field_3813Lnet/minecraft/class_689;field_3813:Inamed maxAge_Lnet/minecraft/client/particle/ExplosionEmitterParticle;maxAge_:I
-
-
Constructor Details
-
ExplosionEmitterParticle
- Mappings:
Namespace Name Mixin selector official <init>Lehb;<init>(Lefs;DDD)Vintermediary <init>Lnet/minecraft/class_689;<init>(Lnet/minecraft/class_638;DDD)Vnamed <init>Lnet/minecraft/client/particle/ExplosionEmitterParticle;<init>(Lnet/minecraft/client/world/ClientWorld;DDD)V
-
-
Method Details