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