Package hm.zelha.particlesfx.particles
Class ParticleBlockDust
java.lang.Object
hm.zelha.particlesfx.particles.parents.Particle
hm.zelha.particlesfx.particles.ParticleBlockDust
- All Implemented Interfaces:
IParticle,MaterialParticle
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionParticleBlockDust(double offsetX, double offsetY, double offsetZ) ParticleBlockDust(double offsetX, double offsetY, double offsetZ, int count) ParticleBlockDust(int count) ParticleBlockDust(org.bukkit.Material material) ParticleBlockDust(org.bukkit.Material material, double offsetX, double offsetY, double offsetZ) ParticleBlockDust(org.bukkit.Material material, double offsetX, double offsetY, double offsetZ, int count) ParticleBlockDust(org.bukkit.Material material, int count) -
Method Summary
Modifier and TypeMethodDescriptionclone()org.bukkit.MaterialvoidsetMaterial(org.bukkit.Material material) 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
-
ParticleBlockDust
public ParticleBlockDust(org.bukkit.Material material, double offsetX, double offsetY, double offsetZ, int count) -
ParticleBlockDust
public ParticleBlockDust(double offsetX, double offsetY, double offsetZ, int count) -
ParticleBlockDust
public ParticleBlockDust(org.bukkit.Material material, double offsetX, double offsetY, double offsetZ) -
ParticleBlockDust
public ParticleBlockDust(double offsetX, double offsetY, double offsetZ) -
ParticleBlockDust
public ParticleBlockDust(org.bukkit.Material material, int count) -
ParticleBlockDust
public ParticleBlockDust(org.bukkit.Material material) -
ParticleBlockDust
public ParticleBlockDust(int count) -
ParticleBlockDust
public ParticleBlockDust()
-
-
Method Details
-
inherit
-
clone
-
setMaterial
public void setMaterial(org.bukkit.Material material) - Specified by:
setMaterialin interfaceMaterialParticle
-
getMaterial
public org.bukkit.Material getMaterial()- Specified by:
getMaterialin interfaceMaterialParticle
-