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