Class ParticleEffect.BlockData
- java.lang.Object
-
- com.massivecraft.factions.util.Particles.ParticleEffect.ParticleData
-
- com.massivecraft.factions.util.Particles.ParticleEffect.BlockData
-
- Enclosing class:
- ParticleEffect
public static final class ParticleEffect.BlockData extends ParticleEffect.ParticleData
Represents the block data for theParticleEffect.BLOCK_CRACKandParticleEffect.BLOCK_DUSTeffects This class is part of the ParticleEffect Library and follows the same usage conditions- Since:
- 1.6
-
-
Constructor Summary
Constructors Constructor Description BlockData(org.bukkit.Material material, byte data)Construct a new block data
-
Method Summary
-
Methods inherited from class com.massivecraft.factions.util.Particles.ParticleEffect.ParticleData
getData, getMaterial, getPacketData, getPacketDataString
-
-
-
-
Constructor Detail
-
BlockData
public BlockData(org.bukkit.Material material, byte data) throws java.lang.IllegalArgumentExceptionConstruct a new block data- Parameters:
material- Material of the blockdata- Data value of the block- Throws:
java.lang.IllegalArgumentException- If the material is not a block- See Also:
ParticleData(Material, byte)
-
-