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