Package com.binaris.wizardry.client
Class ParticleSpawner
java.lang.Object
com.binaris.wizardry.client.ParticleSpawner
Client-only class that handles actual particle spawning.
This class should only be loaded on the client side to avoid classloading issues.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidSpawns a particle on the client side using the provided data.
-
Constructor Details
-
ParticleSpawner
public ParticleSpawner()
-
-
Method Details
-
spawnClientParticle
Spawns a particle on the client side using the provided data. This method should only be called from client-side code.
-