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