MCPcopy Create free account
hub / github.com/demoth/jake2 / ClearParticles

Method ClearParticles

client/src/main/java/jake2/client/CL_fx.java:981–988  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

979 * =============== CL_ClearParticles ===============
980 */
981 static void ClearParticles() {
982 free_particles = particles[0];
983 active_particles = null;
984
985 for (int i = 0; i < particles.length - 1; i++)
986 particles[i].next = particles[i + 1];
987 particles[particles.length - 1].next = null;
988 }
989
990 /*
991 * =============== CL_ParticleEffect

Callers 1

ClearEffectsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected