Package hm.zelha.particlesfx.particles
Class ParticleWater
java.lang.Object
hm.zelha.particlesfx.particles.parents.Particle
hm.zelha.particlesfx.particles.ParticleWater
- All Implemented Interfaces:
IParticle,LiquidParticle
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionParticleWater(double offsetX, double offsetY, double offsetZ) ParticleWater(double offsetX, double offsetY, double offsetZ, int count) ParticleWater(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, setSpeedMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface hm.zelha.particlesfx.particles.parents.IParticle
display, displayForPlayers, displayForPlayers, getCount, getOffsetX, getOffsetY, getOffsetZ, getRadius, getSpeed, setCount, setOffset, setOffsetX, setOffsetY, setOffsetZ, setRadius, setSpeed
-
Constructor Details
-
ParticleWater
public ParticleWater(double offsetX, double offsetY, double offsetZ, int count) -
ParticleWater
public ParticleWater(double offsetX, double offsetY, double offsetZ) -
ParticleWater
public ParticleWater(int count) -
ParticleWater
public ParticleWater()
-
-
Method Details
-
inherit
-
clone
-
setLiquidState
- Specified by:
setLiquidStatein interfaceLiquidParticle- Parameters:
state- The type of liquid particle this object represents, keep in mind some LiquidParticles don't support all states.- Returns:
- this object
-
getLiquidState
- Specified by:
getLiquidStatein interfaceLiquidParticle- Returns:
- The type of liquid particle this object represents, keep in mind some LiquidParticles don't support all states.
-