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