Package hm.zelha.particlesfx.particles
Class ParticleBubble
java.lang.Object
hm.zelha.particlesfx.particles.parents.Particle
hm.zelha.particlesfx.particles.parents.TravellingParticle
hm.zelha.particlesfx.particles.ParticleBubble
- All Implemented Interfaces:
IParticle
this particle almost instantly disappears when displayed out of water, which can be displeasing to the eyes
-
Field Summary
Fields inherited from class hm.zelha.particlesfx.particles.parents.TravellingParticle
control, inverse, toGo, velocity -
Constructor Summary
ConstructorsConstructorDescriptionParticleBubble(double offsetX, double offsetY, double offsetZ) ParticleBubble(double offsetX, double offsetY, double offsetZ, int count) ParticleBubble(int count) ParticleBubble(org.bukkit.Location toGo) ParticleBubble(org.bukkit.Location toGo, double offsetX, double offsetY, double offsetZ) ParticleBubble(org.bukkit.Location toGo, double offsetX, double offsetY, double offsetZ, int count) ParticleBubble(org.bukkit.util.Vector velocity) ParticleBubble(org.bukkit.util.Vector velocity, double offsetX, double offsetY, double offsetZ) ParticleBubble(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
-
ParticleBubble
public ParticleBubble(org.bukkit.Location toGo, double offsetX, double offsetY, double offsetZ, int count) - See Also:
-
ParticleBubble
public ParticleBubble(org.bukkit.util.Vector velocity, double offsetX, double offsetY, double offsetZ, int count) - See Also:
-
ParticleBubble
public ParticleBubble(org.bukkit.Location toGo, double offsetX, double offsetY, double offsetZ) - See Also:
-
ParticleBubble
public ParticleBubble(org.bukkit.util.Vector velocity, double offsetX, double offsetY, double offsetZ) - See Also:
-
ParticleBubble
public ParticleBubble(double offsetX, double offsetY, double offsetZ, int count) - See Also:
-
ParticleBubble
public ParticleBubble(double offsetX, double offsetY, double offsetZ) - See Also:
-
ParticleBubble
public ParticleBubble(int count) - See Also:
-
ParticleBubble
public ParticleBubble(org.bukkit.Location toGo) - See Also:
-
ParticleBubble
public ParticleBubble(org.bukkit.util.Vector velocity) - See Also:
-
ParticleBubble
public ParticleBubble()- See Also:
-
-
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
-