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