Package hm.zelha.particlesfx.particles
Class ParticleEnchantedHit
java.lang.Object
hm.zelha.particlesfx.particles.parents.Particle
hm.zelha.particlesfx.particles.parents.TravellingParticle
hm.zelha.particlesfx.particles.ParticleEnchantedHit
- All Implemented Interfaces:
IParticle
-
Field Summary
Fields inherited from class hm.zelha.particlesfx.particles.parents.TravellingParticle
control, inverse, toGo, velocity -
Constructor Summary
ConstructorsConstructorDescriptionParticleEnchantedHit(double offsetX, double offsetY, double offsetZ) ParticleEnchantedHit(double offsetX, double offsetY, double offsetZ, int count) ParticleEnchantedHit(int count) ParticleEnchantedHit(org.bukkit.Location toGo) ParticleEnchantedHit(org.bukkit.Location toGo, double offsetX, double offsetY, double offsetZ) ParticleEnchantedHit(org.bukkit.Location toGo, double offsetX, double offsetY, double offsetZ, int count) ParticleEnchantedHit(org.bukkit.util.Vector velocity) ParticleEnchantedHit(org.bukkit.util.Vector velocity, double offsetX, double offsetY, double offsetZ) ParticleEnchantedHit(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
-
ParticleEnchantedHit
public ParticleEnchantedHit(org.bukkit.Location toGo, double offsetX, double offsetY, double offsetZ, int count) -
ParticleEnchantedHit
public ParticleEnchantedHit(org.bukkit.util.Vector velocity, double offsetX, double offsetY, double offsetZ, int count) -
ParticleEnchantedHit
public ParticleEnchantedHit(org.bukkit.Location toGo, double offsetX, double offsetY, double offsetZ) -
ParticleEnchantedHit
public ParticleEnchantedHit(org.bukkit.util.Vector velocity, double offsetX, double offsetY, double offsetZ) -
ParticleEnchantedHit
public ParticleEnchantedHit(double offsetX, double offsetY, double offsetZ, int count) -
ParticleEnchantedHit
public ParticleEnchantedHit(double offsetX, double offsetY, double offsetZ) -
ParticleEnchantedHit
public ParticleEnchantedHit(int count) -
ParticleEnchantedHit
public ParticleEnchantedHit(org.bukkit.Location toGo) -
ParticleEnchantedHit
public ParticleEnchantedHit(org.bukkit.util.Vector velocity) -
ParticleEnchantedHit
public ParticleEnchantedHit()
-
-
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
-