Package hm.zelha.particlesfx.particles
Class ParticleDragonBreath
java.lang.Object
hm.zelha.particlesfx.particles.parents.Particle
hm.zelha.particlesfx.particles.parents.TravellingParticle
hm.zelha.particlesfx.particles.ParticleDragonBreath
- All Implemented Interfaces:
IParticle
-
Field Summary
Fields inherited from class hm.zelha.particlesfx.particles.parents.TravellingParticle
control, inverse, toGo, velocity -
Constructor Summary
ConstructorsConstructorDescriptionParticleDragonBreath(double offsetX, double offsetY, double offsetZ) ParticleDragonBreath(double offsetX, double offsetY, double offsetZ, int count) ParticleDragonBreath(int count) ParticleDragonBreath(org.bukkit.Location toGo) ParticleDragonBreath(org.bukkit.Location toGo, double offsetX, double offsetY, double offsetZ) ParticleDragonBreath(org.bukkit.Location toGo, double offsetX, double offsetY, double offsetZ, int count) ParticleDragonBreath(org.bukkit.util.Vector velocity) ParticleDragonBreath(org.bukkit.util.Vector velocity, double offsetX, double offsetY, double offsetZ) ParticleDragonBreath(org.bukkit.util.Vector velocity, double offsetX, double offsetY, double offsetZ, int count) -
Method Summary
Methods inherited from class hm.zelha.particlesfx.particles.parents.TravellingParticle
display, display, displayForPlayers, displayForPlayers, getLocationToGo, getOffsets, getPacketCount, getPacketSpeed, getVelocity, getXYZ, setLocationToGo, setLocationToGo, setVelocity, setVelocityMethods inherited from class hm.zelha.particlesfx.particles.parents.Particle
display, display, displayForPlayers, displayForPlayers, generateFakeOffset, getCount, getOffsetX, getOffsetY, getOffsetZ, getRadius, getSpeed, getStrangePacket, setCount, setOffset, setOffsetX, setOffsetY, setOffsetZ, setRadius, setSpeed
-
Constructor Details
-
ParticleDragonBreath
public ParticleDragonBreath(org.bukkit.Location toGo, double offsetX, double offsetY, double offsetZ, int count) -
ParticleDragonBreath
public ParticleDragonBreath(org.bukkit.util.Vector velocity, double offsetX, double offsetY, double offsetZ, int count) -
ParticleDragonBreath
public ParticleDragonBreath(org.bukkit.Location toGo, double offsetX, double offsetY, double offsetZ) -
ParticleDragonBreath
public ParticleDragonBreath(org.bukkit.util.Vector velocity, double offsetX, double offsetY, double offsetZ) -
ParticleDragonBreath
public ParticleDragonBreath(double offsetX, double offsetY, double offsetZ, int count) -
ParticleDragonBreath
public ParticleDragonBreath(double offsetX, double offsetY, double offsetZ) -
ParticleDragonBreath
public ParticleDragonBreath(int count) -
ParticleDragonBreath
public ParticleDragonBreath(org.bukkit.Location toGo) -
ParticleDragonBreath
public ParticleDragonBreath(org.bukkit.util.Vector velocity) -
ParticleDragonBreath
public ParticleDragonBreath()
-
-
Method Details
-
inherit
- Specified by:
inheritin interfaceIParticle- Overrides:
inheritin classTravellingParticle- Parameters:
particle- particle for this object to copy data from- Returns:
- this object
-
clone
- Specified by:
clonein interfaceIParticle- Specified by:
clonein classTravellingParticle
-