Package hm.zelha.particlesfx.particles
Class ParticleSplash
java.lang.Object
hm.zelha.particlesfx.particles.parents.Particle
hm.zelha.particlesfx.particles.ParticleSplash
- All Implemented Interfaces:
IParticle
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionParticleSplash(double offsetX, double offsetY, double offsetZ) ParticleSplash(double offsetX, double offsetY, double offsetZ, int count) ParticleSplash(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
-
ParticleSplash
public ParticleSplash(double offsetX, double offsetY, double offsetZ, int count) -
ParticleSplash
public ParticleSplash(double offsetX, double offsetY, double offsetZ) -
ParticleSplash
public ParticleSplash(int count) -
ParticleSplash
public ParticleSplash()
-
-
Method Details