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