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