Package hm.zelha.particlesfx.particles
Class ParticleBlockBreak
java.lang.Object
hm.zelha.particlesfx.particles.parents.Particle
hm.zelha.particlesfx.particles.ParticleBlockBreak
- All Implemented Interfaces:
IParticle,MaterialParticle
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionParticleBlockBreak(double offsetX, double offsetY, double offsetZ) ParticleBlockBreak(double offsetX, double offsetY, double offsetZ, int count) ParticleBlockBreak(int count) ParticleBlockBreak(org.bukkit.Material material) ParticleBlockBreak(org.bukkit.Material material, double offsetX, double offsetY, double offsetZ) ParticleBlockBreak(org.bukkit.Material material, double offsetX, double offsetY, double offsetZ, int count) ParticleBlockBreak(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
-
ParticleBlockBreak
public ParticleBlockBreak(org.bukkit.Material material, double offsetX, double offsetY, double offsetZ, int count) -
ParticleBlockBreak
public ParticleBlockBreak(double offsetX, double offsetY, double offsetZ, int count) -
ParticleBlockBreak
public ParticleBlockBreak(org.bukkit.Material material, double offsetX, double offsetY, double offsetZ) -
ParticleBlockBreak
public ParticleBlockBreak(double offsetX, double offsetY, double offsetZ) -
ParticleBlockBreak
public ParticleBlockBreak(org.bukkit.Material material, int count) -
ParticleBlockBreak
public ParticleBlockBreak(org.bukkit.Material material) -
ParticleBlockBreak
public ParticleBlockBreak(int count) -
ParticleBlockBreak
public ParticleBlockBreak()
-
-
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
-