Package com.pixelmonmod.pixelmon.client.particle.particles.flame
package com.pixelmonmod.pixelmon.client.particle.particles.flame
-
ClassesClassDescriptionBased on TheGreyGhost's MinecraftByExample Custom Particle to illustrate how to add a Particle with your own texture and movement/animation behaviour A good vanilla example is PoofParticleBased on TheGreyGhost's MinecraftByExample On the client side: When the client wants to spawn a Particle, it gives the FlameParticleData to this factory method The factory selects an appropriate Particle class and instantiates it *