Package hm.zelha.particlesfx.particles
Class ParticleHappy
java.lang.Object
hm.zelha.particlesfx.particles.parents.Particle
hm.zelha.particlesfx.particles.ParticleHappy
- All Implemented Interfaces:
IParticle
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionParticleHappy(double offsetX, double offsetY, double offsetZ) ParticleHappy(double offsetX, double offsetY, double offsetZ, int count) ParticleHappy(int count) -
Method Summary
Methods inherited from class hm.zelha.particlesfx.particles.parents.Particle
display, display, displayForPlayers, displayForPlayers, generateFakeOffset, getCount, getOffsets, getOffsetX, getOffsetY, getOffsetZ, getPacketCount, getPacketSpeed, getRadius, getSpeed, getStrangePacket, getXYZ, setCount, setOffset, setOffsetX, setOffsetY, setOffsetZ, setRadius, setSpeed
-
Constructor Details
-
ParticleHappy
public ParticleHappy(double offsetX, double offsetY, double offsetZ, int count) -
ParticleHappy
public ParticleHappy(double offsetX, double offsetY, double offsetZ) -
ParticleHappy
public ParticleHappy(int count) -
ParticleHappy
public ParticleHappy()
-
-
Method Details