Class CParticleEngineImpl
java.lang.Object
dev.blonicx.craftlib.internal.particle.CParticleEngineImpl
- All Implemented Interfaces:
CParticleEngine
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCross-Version implementation of the Minecraft Built-In function.intCross-Version way to get the amount of Particles.
-
Constructor Details
-
CParticleEngineImpl
public CParticleEngineImpl()
-
-
Method Details
-
particleAmount
public int particleAmount()Description copied from interface:CParticleEngineCross-Version way to get the amount of Particles.- Specified by:
particleAmountin interfaceCParticleEngine- Returns:
- Amount of Particles
-
clearParticles
public void clearParticles()Description copied from interface:CParticleEngineCross-Version implementation of the Minecraft Built-In function.- Specified by:
clearParticlesin interfaceCParticleEngine
-