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
- Mappings:
Namespace Name named net/minecraft/client/particle/ExplosionEmitterParticleintermediary net/minecraft/class_689official hbs
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class net.minecraft.client.particle.Particle
Particle.DynamicAlpha -
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionExplosionEmitterParticle(ClientWorld clientWorld, double double2, double double3, double double4) -
Method Summary
Modifier and TypeMethodDescriptionvoidtick()Called each game tick (20 times per second), and should be used to do core particle logic, such as movement and collision.Methods inherited from class net.minecraft.client.particle.NoRenderParticle
method_74274Methods inherited from class net.minecraft.client.particle.Particle
getBoundingBox, getBrightness, getGroup, getMaxAge, isAlive, markDead, move, move, repositionFromBoundingBox, scale, setBoundingBox, setBoundingBoxSpacing, setMaxAge, setPos, setVelocity, toString
-
Constructor Details
-
ExplosionEmitterParticle
ExplosionEmitterParticle(ClientWorld clientWorld, double double2, double double3, double double4)
-
-
Method Details
-
tick
public void tick()Called each game tick (20 times per second), and should be used to do core particle logic, such as movement and collision.
-