Package hm.zelha.particlesfx.particles
Class ParticleSculkCharge
java.lang.Object
hm.zelha.particlesfx.particles.parents.Particle
hm.zelha.particlesfx.particles.parents.TravellingParticle
hm.zelha.particlesfx.particles.ParticleSculkCharge
- All Implemented Interfaces:
IParticle
-
Field Summary
Fields inherited from class hm.zelha.particlesfx.particles.parents.TravellingParticle
control, inverse, toGo, velocity -
Constructor Summary
ConstructorsConstructorDescriptionParticleSculkCharge(double offsetX, double offsetY, double offsetZ) ParticleSculkCharge(double offsetX, double offsetY, double offsetZ, int count) ParticleSculkCharge(int count) ParticleSculkCharge(org.bukkit.Location toGo) ParticleSculkCharge(org.bukkit.Location toGo, double offsetX, double offsetY, double offsetZ) ParticleSculkCharge(org.bukkit.Location toGo, double offsetX, double offsetY, double offsetZ, int count) ParticleSculkCharge(org.bukkit.util.Vector velocity) ParticleSculkCharge(org.bukkit.util.Vector velocity, double offsetX, double offsetY, double offsetZ) ParticleSculkCharge(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
-
ParticleSculkCharge
public ParticleSculkCharge(org.bukkit.Location toGo, double offsetX, double offsetY, double offsetZ, int count) -
ParticleSculkCharge
public ParticleSculkCharge(org.bukkit.util.Vector velocity, double offsetX, double offsetY, double offsetZ, int count) -
ParticleSculkCharge
public ParticleSculkCharge(org.bukkit.Location toGo, double offsetX, double offsetY, double offsetZ) -
ParticleSculkCharge
public ParticleSculkCharge(org.bukkit.util.Vector velocity, double offsetX, double offsetY, double offsetZ) -
ParticleSculkCharge
public ParticleSculkCharge(double offsetX, double offsetY, double offsetZ, int count) -
ParticleSculkCharge
public ParticleSculkCharge(double offsetX, double offsetY, double offsetZ) -
ParticleSculkCharge
public ParticleSculkCharge(int count) -
ParticleSculkCharge
public ParticleSculkCharge(org.bukkit.Location toGo) -
ParticleSculkCharge
public ParticleSculkCharge(org.bukkit.util.Vector velocity) -
ParticleSculkCharge
public ParticleSculkCharge()
-
-
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
-
setRoll
- Parameters:
degrees- how much this particle should be rotated in the Z axis
-
getRoll
public double getRoll()- Returns:
- how much this particle is rotated in the Z axis
-