Class CParticleEngineImpl

java.lang.Object
dev.blonicx.craftlib.internal.particle.CParticleEngineImpl
All Implemented Interfaces:
CParticleEngine

public final class CParticleEngineImpl extends Object implements CParticleEngine
  • Constructor Details

    • CParticleEngineImpl

      public CParticleEngineImpl()
  • Method Details

    • particleAmount

      public int particleAmount()
      Description copied from interface: CParticleEngine
      Cross-Version way to get the amount of Particles.
      Specified by:
      particleAmount in interface CParticleEngine
      Returns:
      Amount of Particles
    • clearParticles

      public void clearParticles()
      Description copied from interface: CParticleEngine
      Cross-Version implementation of the Minecraft Built-In function.
      Specified by:
      clearParticles in interface CParticleEngine