Saber-Factions/javadoc/com/massivecraft/factions/util/Particles/ParticleEffect.html

2205 lines
112 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_191) on Thu Dec 06 16:05:49 CST 2018 -->
<title>ParticleEffect</title>
<meta content="2018-12-06" name="date">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ParticleEffect";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":9,"i16":9,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":9,"i23":9};
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev&nbsp;Class</li>
<li><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.BlockData.html" title="class in com.massivecraft.factions.util.Particles"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?com/massivecraft/factions/util/Particles/ParticleEffect.html" target="_top">Frames</a></li>
<li><a href="ParticleEffect.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#enum.constant.summary">Enum Constants</a>&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#enum.constant.detail">Enum Constants</a>&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.massivecraft.factions.util.Particles</div>
<h2 title="Enum ParticleEffect" class="title">Enum ParticleEffect</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>java.lang.Enum&lt;<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect</a>&gt;</li>
<li>
<ul class="inheritance">
<li>com.massivecraft.factions.util.Particles.ParticleEffect</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd>java.io.Serializable, java.lang.Comparable&lt;<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect</a>&gt;</dd>
</dl>
<hr>
<br>
<pre>public enum <span class="typeNameLabel">ParticleEffect</span>
extends java.lang.Enum&lt;<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect</a>&gt;</pre>
<div class="block"><b>ParticleEffect Library</b>
This library was created by @DarkBlade12 and allows you to display all Minecraft particle effects on a Bukkit server
You are welcome to use it, modify it and redistribute it under the following conditions:
<ul>
<li>Don't claim this class as your own
<li>Don't remove this disclaimer
</ul>
Special thanks:
<ul>
<li>@microgeek (original idea, names and packet parameters)
<li>@ShadyPotato (1.8 names, ids and packet parameters)
<li>@RingOfStorms (particle behavior)
<li>@Cybermaxke (particle behavior)
<li>@JamieSinn (hosting a jenkins server and documentation for particleeffect)
</ul>
<i>It would be nice if you provide credit to me if you use this class in a published project</i></div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested.class.summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
<caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.BlockData.html" title="class in com.massivecraft.factions.util.Particles">ParticleEffect.BlockData</a></span></code>
<div class="block">Represents the block data for the <a
href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#BLOCK_CRACK"><code>BLOCK_CRACK</code></a>
and <a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#BLOCK_DUST"><code>BLOCK_DUST</code></a>
effects
This class is part of the <b>ParticleEffect Library</b> and follows the same usage conditions
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.ItemData.html" title="class in com.massivecraft.factions.util.Particles">ParticleEffect.ItemData</a></span></code>
<div class="block">Represents the item data for the <a
href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#ITEM_CRACK"><code>ITEM_CRACK</code></a>
effect
This class is part of the <b>ParticleEffect Library</b> and follows the same usage conditions
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.NoteColor.html" title="class in com.massivecraft.factions.util.Particles">ParticleEffect.NoteColor</a></span></code>
<div class="block">Represents the color for the <a
href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#NOTE"><code>NOTE</code></a>
effect
This class is part of the <b>ParticleEffect Library</b> and follows the same usage conditions
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.OrdinaryColor.html" title="class in com.massivecraft.factions.util.Particles">ParticleEffect.OrdinaryColor</a></span></code>
<div class="block">Represents the color for effects like <a
href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#SPELL_MOB"><code>SPELL_MOB</code></a>,
<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#SPELL_MOB_AMBIENT"><code>SPELL_MOB_AMBIENT</code></a>
and <a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#NOTE"><code>NOTE</code></a>
This class is part of the <b>ParticleEffect Library</b> and follows the same usage conditions
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.ParticleColor.html" title="class in com.massivecraft.factions.util.Particles">ParticleEffect.ParticleColor</a></span></code>
<div class="block">Represents the color for effects like <a
href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#SPELL_MOB"><code>SPELL_MOB</code></a>,
<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#SPELL_MOB_AMBIENT"><code>SPELL_MOB_AMBIENT</code></a>,
<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#REDSTONE"><code>REDSTONE</code></a>
and <a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#NOTE"><code>NOTE</code></a>
This class is part of the <b>ParticleEffect Library</b> and follows the same usage conditions
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.ParticleData.html" title="class in com.massivecraft.factions.util.Particles">ParticleEffect.ParticleData</a></span></code>
<div class="block">Represents the particle data for effects like <a
href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#ITEM_CRACK"><code>ITEM_CRACK</code></a>,
<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#BLOCK_CRACK"><code>BLOCK_CRACK</code></a>
and <a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#BLOCK_DUST"><code>BLOCK_DUST</code></a>
This class is part of the <b>ParticleEffect Library</b> and follows the same usage conditions
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.ParticlePacket.html" title="class in com.massivecraft.factions.util.Particles">ParticleEffect.ParticlePacket</a></span></code>
<div class="block">Represents a particle effect packet with all attributes which is used for sending packets to the
players
This class is part of the <b>ParticleEffect Library</b> and follows the same usage conditions
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.ParticleProperty.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect.ParticleProperty</a></span></code>
<div class="block">Represents the property of a particle effect
This class is part of the <b>ParticleEffect Library</b> and follows the same usage conditions
</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- =========== ENUM CONSTANT SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="enum.constant.summary">
<!-- -->
</a>
<h3>Enum Constant Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Constant Summary table, listing enum constants, and an explanation">
<caption><span>Enum Constants</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Enum Constant and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#BARRIER">BARRIER</a></span></code>
<div class="block">A particle effect which is displayed by barriers:
It looks like a red box with a slash through it
The speed value has no influence on this particle effect
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#BLOCK_CRACK">BLOCK_CRACK</a></span></code>
<div class="block">A particle effect which is displayed when breaking blocks or sprinting:
It looks like a little piece with a block texture
The speed value has no influence on this particle effect
</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#BLOCK_DUST">BLOCK_DUST</a></span></code>
<div class="block">A particle effect which is displayed when falling:
It looks like a little piece with a block texture
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#CLOUD">CLOUD</a></span></code>
<div class="block">A particle effect which is displayed when a mob dies:
It looks like a large white cloud
The speed value influences the velocity at which the particle flies off
</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#CRIT">CRIT</a></span></code>
<div class="block">A particle effect which is displayed when landing a critical hit and by arrows:
It looks like a light brown cross
The speed value influences the velocity at which the particle flies off
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#CRIT_MAGIC">CRIT_MAGIC</a></span></code>
<div class="block">A particle effect which is displayed when landing a hit with an enchanted weapon:
It looks like a cyan star
The speed value influences the velocity at which the particle flies off
</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#DRIP_LAVA">DRIP_LAVA</a></span></code>
<div class="block">A particle effect which is displayed by blocks beneath a lava source:
It looks like an orange drip
The speed value has no influence on this particle effect
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#DRIP_WATER">DRIP_WATER</a></span></code>
<div class="block">A particle effect which is displayed by blocks beneath a water source:
It looks like a blue drip
The speed value has no influence on this particle effect
</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#ENCHANTMENT_TABLE">ENCHANTMENT_TABLE</a></span></code>
<div class="block">A particle effect which is displayed by enchantment tables which are nearby bookshelves:
It looks like a cryptic white letter
The speed value influences the spread of this particle effect
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#EXPLOSION_HUGE">EXPLOSION_HUGE</a></span></code>
<div class="block">A particle effect which is displayed by exploding tnt and creepers:
It looks like a crowd of gray balls which are fading away
The speed value has no influence on this particle effect
</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#EXPLOSION_LARGE">EXPLOSION_LARGE</a></span></code>
<div class="block">A particle effect which is displayed by exploding ghast fireballs and wither skulls:
It looks like a gray ball which is fading away
The speed value slightly influences the size of this particle effect
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#EXPLOSION_NORMAL">EXPLOSION_NORMAL</a></span></code>
<div class="block">A particle effect which is displayed by exploding tnt and creepers:
It looks like a white cloud
The speed value influences the velocity at which the particle flies off
</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#FIREWORKS_SPARK">FIREWORKS_SPARK</a></span></code>
<div class="block">A particle effect which is displayed by launching fireworks:
It looks like a white star which is sparkling
The speed value influences the velocity at which the particle flies off
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#FLAME">FLAME</a></span></code>
<div class="block">A particle effect which is displayed by torches, active furnaces, magma cubes and monster spawners:
It looks like a tiny flame
The speed value influences the velocity at which the particle flies off
</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#FOOTSTEP">FOOTSTEP</a></span></code>
<div class="block">A particle effect which is currently unused:
It looks like a transparent gray square
The speed value has no influence on this particle effect
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#HEART">HEART</a></span></code>
<div class="block">A particle effect which is displayed when breeding and taming animals:
It looks like a red heart
The speed value has no influence on this particle effect
</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#ITEM_CRACK">ITEM_CRACK</a></span></code>
<div class="block">A particle effect which is displayed when breaking a tool or eggs hit a block:
It looks like a little piece with an item texture
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#ITEM_TAKE">ITEM_TAKE</a></span></code>
<div class="block">A particle effect which is currently unused:
It has no visual effect
</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#LAVA">LAVA</a></span></code>
<div class="block">A particle effect which is displayed by lava:
It looks like a spark
The speed value has no influence on this particle effect
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#MOB_APPEARANCE">MOB_APPEARANCE</a></span></code>
<div class="block">A particle effect which is displayed by elder guardians:
It looks like the shape of the elder guardian
The speed value has no influence on this particle effect
The offset values have no influence on this particle effect
</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#NOTE">NOTE</a></span></code>
<div class="block">A particle effect which is displayed by note blocks:
It looks like a colored note
The speed value causes the particle to be colored green when set to 0
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#PORTAL">PORTAL</a></span></code>
<div class="block">A particle effect which is displayed by nether portals, endermen, ender pearls, eyes of ender, ender chests and dragon eggs:
It looks like a purple cloud
The speed value influences the spread of this particle effect
</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#REDSTONE">REDSTONE</a></span></code>
<div class="block">A particle effect which is displayed by redstone ore, powered redstone, redstone torches and redstone repeaters:
It looks like a tiny colored cloud
The speed value causes the particle to be colored red when set to 0
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#SLIME">SLIME</a></span></code>
<div class="block">A particle effect which is displayed by slimes:
It looks like a tiny part of the slimeball icon
The speed value has no influence on this particle effect
</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#SMOKE_LARGE">SMOKE_LARGE</a></span></code>
<div class="block">A particle effect which is displayed by fire, minecarts with furnace and blazes:
It looks like a large gray cloud
The speed value influences the velocity at which the particle flies off
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#SMOKE_NORMAL">SMOKE_NORMAL</a></span></code>
<div class="block">A particle effect which is displayed by primed tnt, torches, droppers, dispensers, end portals, brewing stands and monster spawners:
It looks like a little gray cloud
The speed value influences the velocity at which the particle flies off
</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#SNOW_SHOVEL">SNOW_SHOVEL</a></span></code>
<div class="block">A particle effect which is currently unused:
It looks like a tiny white cloud
The speed value influences the velocity at which the particle flies off
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#SNOWBALL">SNOWBALL</a></span></code>
<div class="block">A particle effect which is displayed when snowballs hit a block:
It looks like a little piece with the snowball texture
The speed value has no influence on this particle effect
</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#SPELL">SPELL</a></span></code>
<div class="block">A particle effect which is displayed when splash potions or bottles o' enchanting hit something:
It looks like a white swirl
The speed value causes the particle to only move upwards when set to 0
Only the motion on the y-axis can be controlled, the motion on the x- and z-axis are multiplied by 0.1 when setting the values to 0
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#SPELL_INSTANT">SPELL_INSTANT</a></span></code>
<div class="block">A particle effect which is displayed when instant splash potions hit something:
It looks like a white cross
The speed value causes the particle to only move upwards when set to 0
Only the motion on the y-axis can be controlled, the motion on the x- and z-axis are multiplied by 0.1 when setting the values to 0
</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#SPELL_MOB">SPELL_MOB</a></span></code>
<div class="block">A particle effect which is displayed by entities with active potion effects:
It looks like a colored swirl
The speed value causes the particle to be colored black when set to 0
The particle color gets lighter when increasing the speed and darker when decreasing the speed
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#SPELL_MOB_AMBIENT">SPELL_MOB_AMBIENT</a></span></code>
<div class="block">A particle effect which is displayed by entities with active potion effects applied through a beacon:
It looks like a transparent colored swirl
The speed value causes the particle to be always colored black when set to 0
The particle color gets lighter when increasing the speed and darker when decreasing the speed
</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#SPELL_WITCH">SPELL_WITCH</a></span></code>
<div class="block">A particle effect which is displayed by witches:
It looks like a purple cross
The speed value causes the particle to only move upwards when set to 0
Only the motion on the y-axis can be controlled, the motion on the x- and z-axis are multiplied by 0.1 when setting the values to 0
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#SUSPENDED">SUSPENDED</a></span></code>
<div class="block">A particle effect which is displayed by water:
It looks like a tiny blue square
The speed value has no influence on this particle effect
</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#SUSPENDED_DEPTH">SUSPENDED_DEPTH</a></span></code>
<div class="block">A particle effect which is displayed by air when close to bedrock and the in the void:
It looks like a tiny gray square
The speed value has no influence on this particle effect
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#TOWN_AURA">TOWN_AURA</a></span></code>
<div class="block">A particle effect which is displayed by mycelium:
It looks like a tiny gray square
The speed value has no influence on this particle effect
</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#VILLAGER_ANGRY">VILLAGER_ANGRY</a></span></code>
<div class="block">A particle effect which is displayed when attacking a villager in a village:
It looks like a cracked gray heart
The speed value has no influence on this particle effect
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#VILLAGER_HAPPY">VILLAGER_HAPPY</a></span></code>
<div class="block">A particle effect which is displayed when using bone meal and trading with a villager in a village:
It looks like a green star
The speed value has no influence on this particle effect
</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#WATER_BUBBLE">WATER_BUBBLE</a></span></code>
<div class="block">A particle effect which is displayed by swimming entities and arrows in water:
It looks like a bubble
The speed value influences the velocity at which the particle flies off
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#WATER_DROP">WATER_DROP</a></span></code>
<div class="block">A particle effect which is displayed when rain hits the ground:
It looks like a blue droplet
The speed value has no influence on this particle effect
</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#WATER_SPLASH">WATER_SPLASH</a></span></code>
<div class="block">A particle effect which is displayed by swimming entities and shaking wolves:
It looks like a blue drop
The speed value has no influence on this particle effect
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#WATER_WAKE">WATER_WAKE</a></span></code>
<div class="block">A particle effect which is displayed on water when fishing:
It looks like a blue droplet
The speed value influences the velocity at which the particle flies off
</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#display-float-float-float-float-int-org.bukkit.Location-double-">display</a></span>(float&nbsp;offsetX,
float&nbsp;offsetY,
float&nbsp;offsetZ,
float&nbsp;speed,
int&nbsp;amount,
org.bukkit.Location&nbsp;center,
double&nbsp;range)</code>
<div class="block">Displays a particle effect which is only visible for all players within a certain range in the world of @param center</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#display-float-float-float-float-int-org.bukkit.Location-java.util.List-">display</a></span>(float&nbsp;offsetX,
float&nbsp;offsetY,
float&nbsp;offsetZ,
float&nbsp;speed,
int&nbsp;amount,
org.bukkit.Location&nbsp;center,
java.util.List&lt;org.bukkit.entity.Player&gt;&nbsp;players)</code>
<div class="block">Displays a particle effect which is only visible for the specified players</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#display-float-float-float-float-int-org.bukkit.Location-org.bukkit.entity.Player...-">display</a></span>(float&nbsp;offsetX,
float&nbsp;offsetY,
float&nbsp;offsetZ,
float&nbsp;speed,
int&nbsp;amount,
org.bukkit.Location&nbsp;center,
org.bukkit.entity.Player...&nbsp;players)</code>
<div class="block">Displays a particle effect which is only visible for the specified players</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#display-com.massivecraft.factions.util.Particles.ParticleEffect.ParticleColor-org.bukkit.Location-double-">display</a></span>(<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.ParticleColor.html" title="class in com.massivecraft.factions.util.Particles">ParticleEffect.ParticleColor</a>&nbsp;color,
org.bukkit.Location&nbsp;center,
double&nbsp;range)</code>
<div class="block">Displays a single particle which is colored and only visible for all players within a certain range in the world of @param center</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#display-com.massivecraft.factions.util.Particles.ParticleEffect.ParticleColor-org.bukkit.Location-java.util.List-">display</a></span>(<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.ParticleColor.html" title="class in com.massivecraft.factions.util.Particles">ParticleEffect.ParticleColor</a>&nbsp;color,
org.bukkit.Location&nbsp;center,
java.util.List&lt;org.bukkit.entity.Player&gt;&nbsp;players)</code>
<div class="block">Displays a single particle which is colored and only visible for the specified players</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#display-com.massivecraft.factions.util.Particles.ParticleEffect.ParticleColor-org.bukkit.Location-org.bukkit.entity.Player...-">display</a></span>(<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.ParticleColor.html" title="class in com.massivecraft.factions.util.Particles">ParticleEffect.ParticleColor</a>&nbsp;color,
org.bukkit.Location&nbsp;center,
org.bukkit.entity.Player...&nbsp;players)</code>
<div class="block">Displays a single particle which is colored and only visible for the specified players</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#display-com.massivecraft.factions.util.Particles.ParticleEffect.ParticleData-float-float-float-float-int-org.bukkit.Location-double-">display</a></span>(<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.ParticleData.html" title="class in com.massivecraft.factions.util.Particles">ParticleEffect.ParticleData</a>&nbsp;data,
float&nbsp;offsetX,
float&nbsp;offsetY,
float&nbsp;offsetZ,
float&nbsp;speed,
int&nbsp;amount,
org.bukkit.Location&nbsp;center,
double&nbsp;range)</code>
<div class="block">Displays a particle effect which requires additional data and is only visible for all players within a certain range in the world of @param center</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#display-com.massivecraft.factions.util.Particles.ParticleEffect.ParticleData-float-float-float-float-int-org.bukkit.Location-java.util.List-">display</a></span>(<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.ParticleData.html" title="class in com.massivecraft.factions.util.Particles">ParticleEffect.ParticleData</a>&nbsp;data,
float&nbsp;offsetX,
float&nbsp;offsetY,
float&nbsp;offsetZ,
float&nbsp;speed,
int&nbsp;amount,
org.bukkit.Location&nbsp;center,
java.util.List&lt;org.bukkit.entity.Player&gt;&nbsp;players)</code>
<div class="block">Displays a particle effect which requires additional data and is only visible for the specified players</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#display-com.massivecraft.factions.util.Particles.ParticleEffect.ParticleData-float-float-float-float-int-org.bukkit.Location-org.bukkit.entity.Player...-">display</a></span>(<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.ParticleData.html" title="class in com.massivecraft.factions.util.Particles">ParticleEffect.ParticleData</a>&nbsp;data,
float&nbsp;offsetX,
float&nbsp;offsetY,
float&nbsp;offsetZ,
float&nbsp;speed,
int&nbsp;amount,
org.bukkit.Location&nbsp;center,
org.bukkit.entity.Player...&nbsp;players)</code>
<div class="block">Displays a particle effect which requires additional data and is only visible for the specified players</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#display-com.massivecraft.factions.util.Particles.ParticleEffect.ParticleData-org.bukkit.util.Vector-float-org.bukkit.Location-double-">display</a></span>(<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.ParticleData.html" title="class in com.massivecraft.factions.util.Particles">ParticleEffect.ParticleData</a>&nbsp;data,
org.bukkit.util.Vector&nbsp;direction,
float&nbsp;speed,
org.bukkit.Location&nbsp;center,
double&nbsp;range)</code>
<div class="block">Displays a single particle which requires additional data that flies into a determined direction and is only visible for all players within a certain range in the world of @param center</div>
</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#display-com.massivecraft.factions.util.Particles.ParticleEffect.ParticleData-org.bukkit.util.Vector-float-org.bukkit.Location-java.util.List-">display</a></span>(<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.ParticleData.html" title="class in com.massivecraft.factions.util.Particles">ParticleEffect.ParticleData</a>&nbsp;data,
org.bukkit.util.Vector&nbsp;direction,
float&nbsp;speed,
org.bukkit.Location&nbsp;center,
java.util.List&lt;org.bukkit.entity.Player&gt;&nbsp;players)</code>
<div class="block">Displays a single particle which requires additional data that flies into a determined direction and is only visible for the specified players</div>
</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#display-com.massivecraft.factions.util.Particles.ParticleEffect.ParticleData-org.bukkit.util.Vector-float-org.bukkit.Location-org.bukkit.entity.Player...-">display</a></span>(<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.ParticleData.html" title="class in com.massivecraft.factions.util.Particles">ParticleEffect.ParticleData</a>&nbsp;data,
org.bukkit.util.Vector&nbsp;direction,
float&nbsp;speed,
org.bukkit.Location&nbsp;center,
org.bukkit.entity.Player...&nbsp;players)</code>
<div class="block">Displays a single particle which requires additional data that flies into a determined direction and is only visible for the specified players</div>
</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#display-org.bukkit.util.Vector-float-org.bukkit.Location-double-">display</a></span>(org.bukkit.util.Vector&nbsp;direction,
float&nbsp;speed,
org.bukkit.Location&nbsp;center,
double&nbsp;range)</code>
<div class="block">Displays a single particle which flies into a determined direction and is only visible for all players within a certain range in the world of @param center</div>
</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#display-org.bukkit.util.Vector-float-org.bukkit.Location-java.util.List-">display</a></span>(org.bukkit.util.Vector&nbsp;direction,
float&nbsp;speed,
org.bukkit.Location&nbsp;center,
java.util.List&lt;org.bukkit.entity.Player&gt;&nbsp;players)</code>
<div class="block">Displays a single particle which flies into a determined direction and is only visible for the specified players</div>
</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#display-org.bukkit.util.Vector-float-org.bukkit.Location-org.bukkit.entity.Player...-">display</a></span>(org.bukkit.util.Vector&nbsp;direction,
float&nbsp;speed,
org.bukkit.Location&nbsp;center,
org.bukkit.entity.Player...&nbsp;players)</code>
<div class="block">Displays a single particle which flies into a determined direction and is only visible for the specified players</div>
</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#fromId-int-">fromId</a></span>(int&nbsp;id)</code>
<div class="block">Returns the particle effect with the given id</div>
</td>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><code>static <a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#fromName-java.lang.String-">fromName</a></span>(java.lang.String&nbsp;name)</code>
<div class="block">Returns the particle effect with the given name</div>
</td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#getId--">getId</a></span>()</code>
<div class="block">Returns the id of this particle effect</div>
</td>
</tr>
<tr id="i18" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#getName--">getName</a></span>()</code>
<div class="block">Returns the name of this particle effect</div>
</td>
</tr>
<tr id="i19" class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#getRequiredVersion--">getRequiredVersion</a></span>()</code>
<div class="block">Returns the required version for this particle effect (1.x)</div>
</td>
</tr>
<tr id="i20" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#hasProperty-com.massivecraft.factions.util.Particles.ParticleEffect.ParticleProperty-">hasProperty</a></span>(<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.ParticleProperty.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect.ParticleProperty</a>&nbsp;property)</code>
<div class="block">Determine if this particle effect has a specific property</div>
</td>
</tr>
<tr id="i21" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#isSupported--">isSupported</a></span>()</code>
<div class="block">Determine if this particle effect is supported by your current server version</div>
</td>
</tr>
<tr id="i22" class="altColor">
<td class="colFirst"><code>static <a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#valueOf-java.lang.String-">valueOf</a></span>(java.lang.String&nbsp;name)</code>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</td>
</tr>
<tr id="i23" class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect</a>[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#values--">values</a></span>()</code>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Enum">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Enum</h3>
<code>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>getClass, notify, notifyAll, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ ENUM CONSTANT DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="enum.constant.detail">
<!-- -->
</a>
<h3>Enum Constant Detail</h3>
<a name="EXPLOSION_NORMAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>EXPLOSION_NORMAL</h4>
<pre>public static final&nbsp;<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect</a> EXPLOSION_NORMAL</pre>
<div class="block">A particle effect which is displayed by exploding tnt and creepers:
<ul>
<li>It looks like a white cloud
<li>The speed value influences the velocity at which the particle flies off
</ul></div>
</li>
</ul>
<a name="EXPLOSION_LARGE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>EXPLOSION_LARGE</h4>
<pre>public static final&nbsp;<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect</a> EXPLOSION_LARGE</pre>
<div class="block">A particle effect which is displayed by exploding ghast fireballs and wither skulls:
<ul>
<li>It looks like a gray ball which is fading away
<li>The speed value slightly influences the size of this particle effect
</ul></div>
</li>
</ul>
<a name="EXPLOSION_HUGE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>EXPLOSION_HUGE</h4>
<pre>public static final&nbsp;<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect</a> EXPLOSION_HUGE</pre>
<div class="block">A particle effect which is displayed by exploding tnt and creepers:
<ul>
<li>It looks like a crowd of gray balls which are fading away
<li>The speed value has no influence on this particle effect
</ul></div>
</li>
</ul>
<a name="FIREWORKS_SPARK">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FIREWORKS_SPARK</h4>
<pre>public static final&nbsp;<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect</a> FIREWORKS_SPARK</pre>
<div class="block">A particle effect which is displayed by launching fireworks:
<ul>
<li>It looks like a white star which is sparkling
<li>The speed value influences the velocity at which the particle flies off
</ul></div>
</li>
</ul>
<a name="WATER_BUBBLE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>WATER_BUBBLE</h4>
<pre>public static final&nbsp;<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect</a> WATER_BUBBLE</pre>
<div class="block">A particle effect which is displayed by swimming entities and arrows in water:
<ul>
<li>It looks like a bubble
<li>The speed value influences the velocity at which the particle flies off
</ul></div>
</li>
</ul>
<a name="WATER_SPLASH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>WATER_SPLASH</h4>
<pre>public static final&nbsp;<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect</a> WATER_SPLASH</pre>
<div class="block">A particle effect which is displayed by swimming entities and shaking wolves:
<ul>
<li>It looks like a blue drop
<li>The speed value has no influence on this particle effect
</ul></div>
</li>
</ul>
<a name="WATER_WAKE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>WATER_WAKE</h4>
<pre>public static final&nbsp;<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect</a> WATER_WAKE</pre>
<div class="block">A particle effect which is displayed on water when fishing:
<ul>
<li>It looks like a blue droplet
<li>The speed value influences the velocity at which the particle flies off
</ul></div>
</li>
</ul>
<a name="SUSPENDED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SUSPENDED</h4>
<pre>public static final&nbsp;<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect</a> SUSPENDED</pre>
<div class="block">A particle effect which is displayed by water:
<ul>
<li>It looks like a tiny blue square
<li>The speed value has no influence on this particle effect
</ul></div>
</li>
</ul>
<a name="SUSPENDED_DEPTH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SUSPENDED_DEPTH</h4>
<pre>public static final&nbsp;<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect</a> SUSPENDED_DEPTH</pre>
<div class="block">A particle effect which is displayed by air when close to bedrock and the in the void:
<ul>
<li>It looks like a tiny gray square
<li>The speed value has no influence on this particle effect
</ul></div>
</li>
</ul>
<a name="CRIT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CRIT</h4>
<pre>public static final&nbsp;<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect</a> CRIT</pre>
<div class="block">A particle effect which is displayed when landing a critical hit and by arrows:
<ul>
<li>It looks like a light brown cross
<li>The speed value influences the velocity at which the particle flies off
</ul></div>
</li>
</ul>
<a name="CRIT_MAGIC">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CRIT_MAGIC</h4>
<pre>public static final&nbsp;<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect</a> CRIT_MAGIC</pre>
<div class="block">A particle effect which is displayed when landing a hit with an enchanted weapon:
<ul>
<li>It looks like a cyan star
<li>The speed value influences the velocity at which the particle flies off
</ul></div>
</li>
</ul>
<a name="SMOKE_NORMAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SMOKE_NORMAL</h4>
<pre>public static final&nbsp;<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect</a> SMOKE_NORMAL</pre>
<div class="block">A particle effect which is displayed by primed tnt, torches, droppers, dispensers, end portals, brewing stands and monster spawners:
<ul>
<li>It looks like a little gray cloud
<li>The speed value influences the velocity at which the particle flies off
</ul></div>
</li>
</ul>
<a name="SMOKE_LARGE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SMOKE_LARGE</h4>
<pre>public static final&nbsp;<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect</a> SMOKE_LARGE</pre>
<div class="block">A particle effect which is displayed by fire, minecarts with furnace and blazes:
<ul>
<li>It looks like a large gray cloud
<li>The speed value influences the velocity at which the particle flies off
</ul></div>
</li>
</ul>
<a name="SPELL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SPELL</h4>
<pre>public static final&nbsp;<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect</a> SPELL</pre>
<div class="block">A particle effect which is displayed when splash potions or bottles o' enchanting hit something:
<ul>
<li>It looks like a white swirl
<li>The speed value causes the particle to only move upwards when set to 0
<li>Only the motion on the y-axis can be controlled, the motion on the x- and z-axis are multiplied by 0.1 when setting the values to 0
</ul></div>
</li>
</ul>
<a name="SPELL_INSTANT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SPELL_INSTANT</h4>
<pre>public static final&nbsp;<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect</a> SPELL_INSTANT</pre>
<div class="block">A particle effect which is displayed when instant splash potions hit something:
<ul>
<li>It looks like a white cross
<li>The speed value causes the particle to only move upwards when set to 0
<li>Only the motion on the y-axis can be controlled, the motion on the x- and z-axis are multiplied by 0.1 when setting the values to 0
</ul></div>
</li>
</ul>
<a name="SPELL_MOB">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SPELL_MOB</h4>
<pre>public static final&nbsp;<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect</a> SPELL_MOB</pre>
<div class="block">A particle effect which is displayed by entities with active potion effects:
<ul>
<li>It looks like a colored swirl
<li>The speed value causes the particle to be colored black when set to 0
<li>The particle color gets lighter when increasing the speed and darker when decreasing the speed
</ul></div>
</li>
</ul>
<a name="SPELL_MOB_AMBIENT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SPELL_MOB_AMBIENT</h4>
<pre>public static final&nbsp;<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect</a> SPELL_MOB_AMBIENT</pre>
<div class="block">A particle effect which is displayed by entities with active potion effects applied through a beacon:
<ul>
<li>It looks like a transparent colored swirl
<li>The speed value causes the particle to be always colored black when set to 0
<li>The particle color gets lighter when increasing the speed and darker when decreasing the speed
</ul></div>
</li>
</ul>
<a name="SPELL_WITCH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SPELL_WITCH</h4>
<pre>public static final&nbsp;<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect</a> SPELL_WITCH</pre>
<div class="block">A particle effect which is displayed by witches:
<ul>
<li>It looks like a purple cross
<li>The speed value causes the particle to only move upwards when set to 0
<li>Only the motion on the y-axis can be controlled, the motion on the x- and z-axis are multiplied by 0.1 when setting the values to 0
</ul></div>
</li>
</ul>
<a name="DRIP_WATER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DRIP_WATER</h4>
<pre>public static final&nbsp;<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect</a> DRIP_WATER</pre>
<div class="block">A particle effect which is displayed by blocks beneath a water source:
<ul>
<li>It looks like a blue drip
<li>The speed value has no influence on this particle effect
</ul></div>
</li>
</ul>
<a name="DRIP_LAVA">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DRIP_LAVA</h4>
<pre>public static final&nbsp;<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect</a> DRIP_LAVA</pre>
<div class="block">A particle effect which is displayed by blocks beneath a lava source:
<ul>
<li>It looks like an orange drip
<li>The speed value has no influence on this particle effect
</ul></div>
</li>
</ul>
<a name="VILLAGER_ANGRY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>VILLAGER_ANGRY</h4>
<pre>public static final&nbsp;<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect</a> VILLAGER_ANGRY</pre>
<div class="block">A particle effect which is displayed when attacking a villager in a village:
<ul>
<li>It looks like a cracked gray heart
<li>The speed value has no influence on this particle effect
</ul></div>
</li>
</ul>
<a name="VILLAGER_HAPPY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>VILLAGER_HAPPY</h4>
<pre>public static final&nbsp;<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect</a> VILLAGER_HAPPY</pre>
<div class="block">A particle effect which is displayed when using bone meal and trading with a villager in a village:
<ul>
<li>It looks like a green star
<li>The speed value has no influence on this particle effect
</ul></div>
</li>
</ul>
<a name="TOWN_AURA">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TOWN_AURA</h4>
<pre>public static final&nbsp;<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect</a> TOWN_AURA</pre>
<div class="block">A particle effect which is displayed by mycelium:
<ul>
<li>It looks like a tiny gray square
<li>The speed value has no influence on this particle effect
</ul></div>
</li>
</ul>
<a name="NOTE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NOTE</h4>
<pre>public static final&nbsp;<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect</a> NOTE</pre>
<div class="block">A particle effect which is displayed by note blocks:
<ul>
<li>It looks like a colored note
<li>The speed value causes the particle to be colored green when set to 0
</ul></div>
</li>
</ul>
<a name="PORTAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PORTAL</h4>
<pre>public static final&nbsp;<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect</a> PORTAL</pre>
<div class="block">A particle effect which is displayed by nether portals, endermen, ender pearls, eyes of ender, ender chests and dragon eggs:
<ul>
<li>It looks like a purple cloud
<li>The speed value influences the spread of this particle effect
</ul></div>
</li>
</ul>
<a name="ENCHANTMENT_TABLE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ENCHANTMENT_TABLE</h4>
<pre>public static final&nbsp;<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect</a> ENCHANTMENT_TABLE</pre>
<div class="block">A particle effect which is displayed by enchantment tables which are nearby bookshelves:
<ul>
<li>It looks like a cryptic white letter
<li>The speed value influences the spread of this particle effect
</ul></div>
</li>
</ul>
<a name="FLAME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FLAME</h4>
<pre>public static final&nbsp;<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect</a> FLAME</pre>
<div class="block">A particle effect which is displayed by torches, active furnaces, magma cubes and monster spawners:
<ul>
<li>It looks like a tiny flame
<li>The speed value influences the velocity at which the particle flies off
</ul></div>
</li>
</ul>
<a name="LAVA">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LAVA</h4>
<pre>public static final&nbsp;<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect</a> LAVA</pre>
<div class="block">A particle effect which is displayed by lava:
<ul>
<li>It looks like a spark
<li>The speed value has no influence on this particle effect
</ul></div>
</li>
</ul>
<a name="FOOTSTEP">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FOOTSTEP</h4>
<pre>public static final&nbsp;<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect</a> FOOTSTEP</pre>
<div class="block">A particle effect which is currently unused:
<ul>
<li>It looks like a transparent gray square
<li>The speed value has no influence on this particle effect
</ul></div>
</li>
</ul>
<a name="CLOUD">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CLOUD</h4>
<pre>public static final&nbsp;<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect</a> CLOUD</pre>
<div class="block">A particle effect which is displayed when a mob dies:
<ul>
<li>It looks like a large white cloud
<li>The speed value influences the velocity at which the particle flies off
</ul></div>
</li>
</ul>
<a name="REDSTONE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>REDSTONE</h4>
<pre>public static final&nbsp;<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect</a> REDSTONE</pre>
<div class="block">A particle effect which is displayed by redstone ore, powered redstone, redstone torches and redstone repeaters:
<ul>
<li>It looks like a tiny colored cloud
<li>The speed value causes the particle to be colored red when set to 0
</ul></div>
</li>
</ul>
<a name="SNOWBALL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SNOWBALL</h4>
<pre>public static final&nbsp;<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect</a> SNOWBALL</pre>
<div class="block">A particle effect which is displayed when snowballs hit a block:
<ul>
<li>It looks like a little piece with the snowball texture
<li>The speed value has no influence on this particle effect
</ul></div>
</li>
</ul>
<a name="SNOW_SHOVEL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SNOW_SHOVEL</h4>
<pre>public static final&nbsp;<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect</a> SNOW_SHOVEL</pre>
<div class="block">A particle effect which is currently unused:
<ul>
<li>It looks like a tiny white cloud
<li>The speed value influences the velocity at which the particle flies off
</ul></div>
</li>
</ul>
<a name="SLIME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SLIME</h4>
<pre>public static final&nbsp;<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect</a> SLIME</pre>
<div class="block">A particle effect which is displayed by slimes:
<ul>
<li>It looks like a tiny part of the slimeball icon
<li>The speed value has no influence on this particle effect
</ul></div>
</li>
</ul>
<a name="HEART">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>HEART</h4>
<pre>public static final&nbsp;<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect</a> HEART</pre>
<div class="block">A particle effect which is displayed when breeding and taming animals:
<ul>
<li>It looks like a red heart
<li>The speed value has no influence on this particle effect
</ul></div>
</li>
</ul>
<a name="BARRIER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BARRIER</h4>
<pre>public static final&nbsp;<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect</a> BARRIER</pre>
<div class="block">A particle effect which is displayed by barriers:
<ul>
<li>It looks like a red box with a slash through it
<li>The speed value has no influence on this particle effect
</ul></div>
</li>
</ul>
<a name="ITEM_CRACK">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ITEM_CRACK</h4>
<pre>public static final&nbsp;<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect</a> ITEM_CRACK</pre>
<div class="block">A particle effect which is displayed when breaking a tool or eggs hit a block:
<ul>
<li>It looks like a little piece with an item texture
</ul></div>
</li>
</ul>
<a name="BLOCK_CRACK">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BLOCK_CRACK</h4>
<pre>public static final&nbsp;<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect</a> BLOCK_CRACK</pre>
<div class="block">A particle effect which is displayed when breaking blocks or sprinting:
<ul>
<li>It looks like a little piece with a block texture
<li>The speed value has no influence on this particle effect
</ul></div>
</li>
</ul>
<a name="BLOCK_DUST">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BLOCK_DUST</h4>
<pre>public static final&nbsp;<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect</a> BLOCK_DUST</pre>
<div class="block">A particle effect which is displayed when falling:
<ul>
<li>It looks like a little piece with a block texture
</ul></div>
</li>
</ul>
<a name="WATER_DROP">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>WATER_DROP</h4>
<pre>public static final&nbsp;<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect</a> WATER_DROP</pre>
<div class="block">A particle effect which is displayed when rain hits the ground:
<ul>
<li>It looks like a blue droplet
<li>The speed value has no influence on this particle effect
</ul></div>
</li>
</ul>
<a name="ITEM_TAKE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ITEM_TAKE</h4>
<pre>public static final&nbsp;<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect</a> ITEM_TAKE</pre>
<div class="block">A particle effect which is currently unused:
<ul>
<li>It has no visual effect
</ul></div>
</li>
</ul>
<a name="MOB_APPEARANCE">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>MOB_APPEARANCE</h4>
<pre>public static final&nbsp;<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect</a> MOB_APPEARANCE</pre>
<div class="block">A particle effect which is displayed by elder guardians:
<ul>
<li>It looks like the shape of the elder guardian
<li>The speed value has no influence on this particle effect
<li>The offset values have no influence on this particle effect
</ul></div>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="values--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>values</h4>
<pre>public static&nbsp;<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect</a>[]&nbsp;values()</pre>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
<pre>
for (ParticleEffect c : ParticleEffect.values())
&nbsp; System.out.println(c);
</pre></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>an array containing the constants of this enum type, in the order they are declared</dd>
</dl>
</li>
</ul>
<a name="valueOf-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>valueOf</h4>
<pre>public static&nbsp;<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect</a>&nbsp;valueOf(java.lang.String&nbsp;name)</pre>
<div class="block">Returns the enum constant of this type with the specified name.
The string must match <i>exactly</i> an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>name</code> - the name of the enum constant to be returned.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the enum constant with the specified name</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.lang.IllegalArgumentException</code> - if this enum type has no constant with the specified name</dd>
<dd><code>java.lang.NullPointerException</code> - if the argument is null</dd>
</dl>
</li>
</ul>
<a name="fromName-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>fromName</h4>
<pre>public static&nbsp;<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect</a>&nbsp;fromName(java.lang.String&nbsp;name)</pre>
<div class="block">Returns the particle effect with the given name</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>name</code> - Name of the particle effect</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The particle effect</dd>
</dl>
</li>
</ul>
<a name="fromId-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>fromId</h4>
<pre>public static&nbsp;<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect</a>&nbsp;fromId(int&nbsp;id)</pre>
<div class="block">Returns the particle effect with the given id</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>id</code> - Id of the particle effect</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The particle effect</dd>
</dl>
</li>
</ul>
<a name="getName--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getName</h4>
<pre>public&nbsp;java.lang.String&nbsp;getName()</pre>
<div class="block">Returns the name of this particle effect</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The name</dd>
</dl>
</li>
</ul>
<a name="getId--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getId</h4>
<pre>public&nbsp;int&nbsp;getId()</pre>
<div class="block">Returns the id of this particle effect</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The id</dd>
</dl>
</li>
</ul>
<a name="getRequiredVersion--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getRequiredVersion</h4>
<pre>public&nbsp;int&nbsp;getRequiredVersion()</pre>
<div class="block">Returns the required version for this particle effect (1.x)</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The required version</dd>
</dl>
</li>
</ul>
<a name="hasProperty-com.massivecraft.factions.util.Particles.ParticleEffect.ParticleProperty-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hasProperty</h4>
<pre>public&nbsp;boolean&nbsp;hasProperty(<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.ParticleProperty.html" title="enum in com.massivecraft.factions.util.Particles">ParticleEffect.ParticleProperty</a>&nbsp;property)</pre>
<div class="block">Determine if this particle effect has a specific property</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>property</code> - - property to check.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Whether it has the property or not</dd>
</dl>
</li>
</ul>
<a name="isSupported--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isSupported</h4>
<pre>public&nbsp;boolean&nbsp;isSupported()</pre>
<div class="block">Determine if this particle effect is supported by your current server version</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Whether the particle effect is supported or not</dd>
</dl>
</li>
</ul>
<a name="display-float-float-float-float-int-org.bukkit.Location-double-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>display</h4>
<pre>public&nbsp;void&nbsp;display(float&nbsp;offsetX,
float&nbsp;offsetY,
float&nbsp;offsetZ,
float&nbsp;speed,
int&nbsp;amount,
org.bukkit.Location&nbsp;center,
double&nbsp;range)
throws com.massivecraft.factions.util.Particles.ParticleEffect.ParticleVersionException,
com.massivecraft.factions.util.Particles.ParticleEffect.ParticleDataException,
java.lang.IllegalArgumentException</pre>
<div class="block">Displays a particle effect which is only visible for all players within a certain range in the world of @param center</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>offsetX</code> - Maximum distance particles can fly away from the center on the x-axis</dd>
<dd><code>offsetY</code> - Maximum distance particles can fly away from the center on the y-axis</dd>
<dd><code>offsetZ</code> - Maximum distance particles can fly away from the center on the z-axis</dd>
<dd><code>speed</code> - Display speed of the particles</dd>
<dd><code>amount</code> - Amount of particles</dd>
<dd><code>center</code> - Center location of the effect</dd>
<dd><code>range</code> - Range of the visibility</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>ParticleVersionException</code> - If the particle effect is not supported by the server version</dd>
<dd><code>ParticleDataException</code> - If the particle effect requires additional data</dd>
<dd><code>java.lang.IllegalArgumentException</code> - If the particle effect requires water and none is at the center location</dd>
<dd><code>com.massivecraft.factions.util.Particles.ParticleEffect.ParticleVersionException</code></dd>
<dd><code>com.massivecraft.factions.util.Particles.ParticleEffect.ParticleDataException</code></dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.ParticlePacket.html" title="class in com.massivecraft.factions.util.Particles"><code>ParticleEffect.ParticlePacket</code></a>,
<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.ParticlePacket.html#sendTo-org.bukkit.Location-double-"><code>ParticleEffect.ParticlePacket.sendTo(Location, double)</code></a></dd>
</dl>
</li>
</ul>
<a name="display-float-float-float-float-int-org.bukkit.Location-java.util.List-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>display</h4>
<pre>public&nbsp;void&nbsp;display(float&nbsp;offsetX,
float&nbsp;offsetY,
float&nbsp;offsetZ,
float&nbsp;speed,
int&nbsp;amount,
org.bukkit.Location&nbsp;center,
java.util.List&lt;org.bukkit.entity.Player&gt;&nbsp;players)
throws com.massivecraft.factions.util.Particles.ParticleEffect.ParticleVersionException,
com.massivecraft.factions.util.Particles.ParticleEffect.ParticleDataException,
java.lang.IllegalArgumentException</pre>
<div class="block">Displays a particle effect which is only visible for the specified players</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>offsetX</code> - Maximum distance particles can fly away from the center on the x-axis</dd>
<dd><code>offsetY</code> - Maximum distance particles can fly away from the center on the y-axis</dd>
<dd><code>offsetZ</code> - Maximum distance particles can fly away from the center on the z-axis</dd>
<dd><code>speed</code> - Display speed of the particles</dd>
<dd><code>amount</code> - Amount of particles</dd>
<dd><code>center</code> - Center location of the effect</dd>
<dd><code>players</code> - Receivers of the effect</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>ParticleVersionException</code> - If the particle effect is not supported by the server version</dd>
<dd><code>ParticleDataException</code> - If the particle effect requires additional data</dd>
<dd><code>java.lang.IllegalArgumentException</code> - If the particle effect requires water and none is at the center location</dd>
<dd><code>com.massivecraft.factions.util.Particles.ParticleEffect.ParticleVersionException</code></dd>
<dd><code>com.massivecraft.factions.util.Particles.ParticleEffect.ParticleDataException</code></dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.ParticlePacket.html" title="class in com.massivecraft.factions.util.Particles"><code>ParticleEffect.ParticlePacket</code></a>,
<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.ParticlePacket.html#sendTo-org.bukkit.Location-java.util.List-"><code>ParticleEffect.ParticlePacket.sendTo(Location, List)</code></a></dd>
</dl>
</li>
</ul>
<a name="display-float-float-float-float-int-org.bukkit.Location-org.bukkit.entity.Player...-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>display</h4>
<pre>public&nbsp;void&nbsp;display(float&nbsp;offsetX,
float&nbsp;offsetY,
float&nbsp;offsetZ,
float&nbsp;speed,
int&nbsp;amount,
org.bukkit.Location&nbsp;center,
org.bukkit.entity.Player...&nbsp;players)
throws com.massivecraft.factions.util.Particles.ParticleEffect.ParticleVersionException,
com.massivecraft.factions.util.Particles.ParticleEffect.ParticleDataException,
java.lang.IllegalArgumentException</pre>
<div class="block">Displays a particle effect which is only visible for the specified players</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>offsetX</code> - Maximum distance particles can fly away from the center on the x-axis</dd>
<dd><code>offsetY</code> - Maximum distance particles can fly away from the center on the y-axis</dd>
<dd><code>offsetZ</code> - Maximum distance particles can fly away from the center on the z-axis</dd>
<dd><code>speed</code> - Display speed of the particles</dd>
<dd><code>amount</code> - Amount of particles</dd>
<dd><code>center</code> - Center location of the effect</dd>
<dd><code>players</code> - Receivers of the effect</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>ParticleVersionException</code> - If the particle effect is not supported by the server version</dd>
<dd><code>ParticleDataException</code> - If the particle effect requires additional data</dd>
<dd><code>java.lang.IllegalArgumentException</code> - If the particle effect requires water and none is at the center location</dd>
<dd><code>com.massivecraft.factions.util.Particles.ParticleEffect.ParticleVersionException</code></dd>
<dd><code>com.massivecraft.factions.util.Particles.ParticleEffect.ParticleDataException</code></dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#display-float-float-float-float-int-org.bukkit.Location-java.util.List-"><code>display(float, float, float, float, int, Location, List)</code></a></dd>
</dl>
</li>
</ul>
<a name="display-org.bukkit.util.Vector-float-org.bukkit.Location-double-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>display</h4>
<pre>public&nbsp;void&nbsp;display(org.bukkit.util.Vector&nbsp;direction,
float&nbsp;speed,
org.bukkit.Location&nbsp;center,
double&nbsp;range)
throws com.massivecraft.factions.util.Particles.ParticleEffect.ParticleVersionException,
com.massivecraft.factions.util.Particles.ParticleEffect.ParticleDataException,
java.lang.IllegalArgumentException</pre>
<div class="block">Displays a single particle which flies into a determined direction and is only visible for all players within a certain range in the world of @param center</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>direction</code> - Direction of the particle</dd>
<dd><code>speed</code> - Display speed of the particle</dd>
<dd><code>center</code> - Center location of the effect</dd>
<dd><code>range</code> - Range of the visibility</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>ParticleVersionException</code> - If the particle effect is not supported by the server version</dd>
<dd><code>ParticleDataException</code> - If the particle effect requires additional data</dd>
<dd><code>java.lang.IllegalArgumentException</code> - If the particle effect is not directional or if it requires water and none is at the center location</dd>
<dd><code>com.massivecraft.factions.util.Particles.ParticleEffect.ParticleVersionException</code></dd>
<dd><code>com.massivecraft.factions.util.Particles.ParticleEffect.ParticleDataException</code></dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>ParticlePacket#ParticlePacket(ParticleEffect, Vector, float, boolean, ParticleData)</code>,
<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.ParticlePacket.html#sendTo-org.bukkit.Location-double-"><code>ParticleEffect.ParticlePacket.sendTo(Location, double)</code></a></dd>
</dl>
</li>
</ul>
<a name="display-org.bukkit.util.Vector-float-org.bukkit.Location-java.util.List-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>display</h4>
<pre>public&nbsp;void&nbsp;display(org.bukkit.util.Vector&nbsp;direction,
float&nbsp;speed,
org.bukkit.Location&nbsp;center,
java.util.List&lt;org.bukkit.entity.Player&gt;&nbsp;players)
throws com.massivecraft.factions.util.Particles.ParticleEffect.ParticleVersionException,
com.massivecraft.factions.util.Particles.ParticleEffect.ParticleDataException,
java.lang.IllegalArgumentException</pre>
<div class="block">Displays a single particle which flies into a determined direction and is only visible for the specified players</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>direction</code> - Direction of the particle</dd>
<dd><code>speed</code> - Display speed of the particle</dd>
<dd><code>center</code> - Center location of the effect</dd>
<dd><code>players</code> - Receivers of the effect</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>ParticleVersionException</code> - If the particle effect is not supported by the server version</dd>
<dd><code>ParticleDataException</code> - If the particle effect requires additional data</dd>
<dd><code>java.lang.IllegalArgumentException</code> - If the particle effect is not directional or if it requires water and none is at the center location</dd>
<dd><code>com.massivecraft.factions.util.Particles.ParticleEffect.ParticleVersionException</code></dd>
<dd><code>com.massivecraft.factions.util.Particles.ParticleEffect.ParticleDataException</code></dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>ParticlePacket#ParticlePacket(ParticleEffect, Vector, float, boolean, ParticleData)</code>,
<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.ParticlePacket.html#sendTo-org.bukkit.Location-java.util.List-"><code>ParticleEffect.ParticlePacket.sendTo(Location, List)</code></a></dd>
</dl>
</li>
</ul>
<a name="display-org.bukkit.util.Vector-float-org.bukkit.Location-org.bukkit.entity.Player...-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>display</h4>
<pre>public&nbsp;void&nbsp;display(org.bukkit.util.Vector&nbsp;direction,
float&nbsp;speed,
org.bukkit.Location&nbsp;center,
org.bukkit.entity.Player...&nbsp;players)
throws com.massivecraft.factions.util.Particles.ParticleEffect.ParticleVersionException,
com.massivecraft.factions.util.Particles.ParticleEffect.ParticleDataException,
java.lang.IllegalArgumentException</pre>
<div class="block">Displays a single particle which flies into a determined direction and is only visible for the specified players</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>direction</code> - Direction of the particle</dd>
<dd><code>speed</code> - Display speed of the particle</dd>
<dd><code>center</code> - Center location of the effect</dd>
<dd><code>players</code> - Receivers of the effect</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>ParticleVersionException</code> - If the particle effect is not supported by the server version</dd>
<dd><code>ParticleDataException</code> - If the particle effect requires additional data</dd>
<dd><code>java.lang.IllegalArgumentException</code> - If the particle effect is not directional or if it requires water and none is at the center location</dd>
<dd><code>com.massivecraft.factions.util.Particles.ParticleEffect.ParticleVersionException</code></dd>
<dd><code>com.massivecraft.factions.util.Particles.ParticleEffect.ParticleDataException</code></dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#display-org.bukkit.util.Vector-float-org.bukkit.Location-java.util.List-"><code>display(Vector, float, Location, List)</code></a></dd>
</dl>
</li>
</ul>
<a name="display-com.massivecraft.factions.util.Particles.ParticleEffect.ParticleColor-org.bukkit.Location-double-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>display</h4>
<pre>public&nbsp;void&nbsp;display(<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.ParticleColor.html" title="class in com.massivecraft.factions.util.Particles">ParticleEffect.ParticleColor</a>&nbsp;color,
org.bukkit.Location&nbsp;center,
double&nbsp;range)
throws com.massivecraft.factions.util.Particles.ParticleEffect.ParticleVersionException,
com.massivecraft.factions.util.Particles.ParticleEffect.ParticleColorException</pre>
<div class="block">Displays a single particle which is colored and only visible for all players within a certain range in the world of @param center</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>color</code> - Color of the particle</dd>
<dd><code>center</code> - Center location of the effect</dd>
<dd><code>range</code> - Range of the visibility</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>ParticleVersionException</code> - If the particle effect is not supported by the server version</dd>
<dd><code>ParticleColorException</code> - If the particle effect is not colorable or the color type is incorrect</dd>
<dd><code>com.massivecraft.factions.util.Particles.ParticleEffect.ParticleVersionException</code></dd>
<dd><code>com.massivecraft.factions.util.Particles.ParticleEffect.ParticleColorException</code></dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>ParticlePacket#ParticlePacket(ParticleEffect, ParticleColor, boolean)</code>,
<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.ParticlePacket.html#sendTo-org.bukkit.Location-double-"><code>ParticleEffect.ParticlePacket.sendTo(Location, double)</code></a></dd>
</dl>
</li>
</ul>
<a name="display-com.massivecraft.factions.util.Particles.ParticleEffect.ParticleColor-org.bukkit.Location-java.util.List-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>display</h4>
<pre>public&nbsp;void&nbsp;display(<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.ParticleColor.html" title="class in com.massivecraft.factions.util.Particles">ParticleEffect.ParticleColor</a>&nbsp;color,
org.bukkit.Location&nbsp;center,
java.util.List&lt;org.bukkit.entity.Player&gt;&nbsp;players)
throws com.massivecraft.factions.util.Particles.ParticleEffect.ParticleVersionException,
com.massivecraft.factions.util.Particles.ParticleEffect.ParticleColorException</pre>
<div class="block">Displays a single particle which is colored and only visible for the specified players</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>color</code> - Color of the particle</dd>
<dd><code>center</code> - Center location of the effect</dd>
<dd><code>players</code> - Receivers of the effect</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>ParticleVersionException</code> - If the particle effect is not supported by the server version</dd>
<dd><code>ParticleColorException</code> - If the particle effect is not colorable or the color type is incorrect</dd>
<dd><code>com.massivecraft.factions.util.Particles.ParticleEffect.ParticleVersionException</code></dd>
<dd><code>com.massivecraft.factions.util.Particles.ParticleEffect.ParticleColorException</code></dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>ParticlePacket#ParticlePacket(ParticleEffect, ParticleColor, boolean)</code>,
<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.ParticlePacket.html#sendTo-org.bukkit.Location-java.util.List-"><code>ParticleEffect.ParticlePacket.sendTo(Location, List)</code></a></dd>
</dl>
</li>
</ul>
<a name="display-com.massivecraft.factions.util.Particles.ParticleEffect.ParticleColor-org.bukkit.Location-org.bukkit.entity.Player...-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>display</h4>
<pre>public&nbsp;void&nbsp;display(<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.ParticleColor.html" title="class in com.massivecraft.factions.util.Particles">ParticleEffect.ParticleColor</a>&nbsp;color,
org.bukkit.Location&nbsp;center,
org.bukkit.entity.Player...&nbsp;players)
throws com.massivecraft.factions.util.Particles.ParticleEffect.ParticleVersionException,
com.massivecraft.factions.util.Particles.ParticleEffect.ParticleColorException</pre>
<div class="block">Displays a single particle which is colored and only visible for the specified players</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>color</code> - Color of the particle</dd>
<dd><code>center</code> - Center location of the effect</dd>
<dd><code>players</code> - Receivers of the effect</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>ParticleVersionException</code> - If the particle effect is not supported by the server version</dd>
<dd><code>ParticleColorException</code> - If the particle effect is not colorable or the color type is incorrect</dd>
<dd><code>com.massivecraft.factions.util.Particles.ParticleEffect.ParticleVersionException</code></dd>
<dd><code>com.massivecraft.factions.util.Particles.ParticleEffect.ParticleColorException</code></dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#display-com.massivecraft.factions.util.Particles.ParticleEffect.ParticleColor-org.bukkit.Location-java.util.List-"><code>display(ParticleColor, Location, List)</code></a></dd>
</dl>
</li>
</ul>
<a name="display-com.massivecraft.factions.util.Particles.ParticleEffect.ParticleData-float-float-float-float-int-org.bukkit.Location-double-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>display</h4>
<pre>public&nbsp;void&nbsp;display(<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.ParticleData.html" title="class in com.massivecraft.factions.util.Particles">ParticleEffect.ParticleData</a>&nbsp;data,
float&nbsp;offsetX,
float&nbsp;offsetY,
float&nbsp;offsetZ,
float&nbsp;speed,
int&nbsp;amount,
org.bukkit.Location&nbsp;center,
double&nbsp;range)
throws com.massivecraft.factions.util.Particles.ParticleEffect.ParticleVersionException,
com.massivecraft.factions.util.Particles.ParticleEffect.ParticleDataException</pre>
<div class="block">Displays a particle effect which requires additional data and is only visible for all players within a certain range in the world of @param center</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>data</code> - Data of the effect</dd>
<dd><code>offsetX</code> - Maximum distance particles can fly away from the center on the x-axis</dd>
<dd><code>offsetY</code> - Maximum distance particles can fly away from the center on the y-axis</dd>
<dd><code>offsetZ</code> - Maximum distance particles can fly away from the center on the z-axis</dd>
<dd><code>speed</code> - Display speed of the particles</dd>
<dd><code>amount</code> - Amount of particles</dd>
<dd><code>center</code> - Center location of the effect</dd>
<dd><code>range</code> - Range of the visibility</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>ParticleVersionException</code> - If the particle effect is not supported by the server version</dd>
<dd><code>ParticleDataException</code> - If the particle effect does not require additional data or if the data type is incorrect</dd>
<dd><code>com.massivecraft.factions.util.Particles.ParticleEffect.ParticleVersionException</code></dd>
<dd><code>com.massivecraft.factions.util.Particles.ParticleEffect.ParticleDataException</code></dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.ParticlePacket.html" title="class in com.massivecraft.factions.util.Particles"><code>ParticleEffect.ParticlePacket</code></a>,
<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.ParticlePacket.html#sendTo-org.bukkit.Location-double-"><code>ParticleEffect.ParticlePacket.sendTo(Location, double)</code></a></dd>
</dl>
</li>
</ul>
<a name="display-com.massivecraft.factions.util.Particles.ParticleEffect.ParticleData-float-float-float-float-int-org.bukkit.Location-java.util.List-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>display</h4>
<pre>public&nbsp;void&nbsp;display(<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.ParticleData.html" title="class in com.massivecraft.factions.util.Particles">ParticleEffect.ParticleData</a>&nbsp;data,
float&nbsp;offsetX,
float&nbsp;offsetY,
float&nbsp;offsetZ,
float&nbsp;speed,
int&nbsp;amount,
org.bukkit.Location&nbsp;center,
java.util.List&lt;org.bukkit.entity.Player&gt;&nbsp;players)
throws com.massivecraft.factions.util.Particles.ParticleEffect.ParticleVersionException,
com.massivecraft.factions.util.Particles.ParticleEffect.ParticleDataException</pre>
<div class="block">Displays a particle effect which requires additional data and is only visible for the specified players</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>data</code> - Data of the effect</dd>
<dd><code>offsetX</code> - Maximum distance particles can fly away from the center on the x-axis</dd>
<dd><code>offsetY</code> - Maximum distance particles can fly away from the center on the y-axis</dd>
<dd><code>offsetZ</code> - Maximum distance particles can fly away from the center on the z-axis</dd>
<dd><code>speed</code> - Display speed of the particles</dd>
<dd><code>amount</code> - Amount of particles</dd>
<dd><code>center</code> - Center location of the effect</dd>
<dd><code>players</code> - Receivers of the effect</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>ParticleVersionException</code> - If the particle effect is not supported by the server version</dd>
<dd><code>ParticleDataException</code> - If the particle effect does not require additional data or if the data type is incorrect</dd>
<dd><code>com.massivecraft.factions.util.Particles.ParticleEffect.ParticleVersionException</code></dd>
<dd><code>com.massivecraft.factions.util.Particles.ParticleEffect.ParticleDataException</code></dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.ParticlePacket.html" title="class in com.massivecraft.factions.util.Particles"><code>ParticleEffect.ParticlePacket</code></a>,
<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.ParticlePacket.html#sendTo-org.bukkit.Location-java.util.List-"><code>ParticleEffect.ParticlePacket.sendTo(Location, List)</code></a></dd>
</dl>
</li>
</ul>
<a name="display-com.massivecraft.factions.util.Particles.ParticleEffect.ParticleData-float-float-float-float-int-org.bukkit.Location-org.bukkit.entity.Player...-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>display</h4>
<pre>public&nbsp;void&nbsp;display(<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.ParticleData.html" title="class in com.massivecraft.factions.util.Particles">ParticleEffect.ParticleData</a>&nbsp;data,
float&nbsp;offsetX,
float&nbsp;offsetY,
float&nbsp;offsetZ,
float&nbsp;speed,
int&nbsp;amount,
org.bukkit.Location&nbsp;center,
org.bukkit.entity.Player...&nbsp;players)
throws com.massivecraft.factions.util.Particles.ParticleEffect.ParticleVersionException,
com.massivecraft.factions.util.Particles.ParticleEffect.ParticleDataException</pre>
<div class="block">Displays a particle effect which requires additional data and is only visible for the specified players</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>data</code> - Data of the effect</dd>
<dd><code>offsetX</code> - Maximum distance particles can fly away from the center on the x-axis</dd>
<dd><code>offsetY</code> - Maximum distance particles can fly away from the center on the y-axis</dd>
<dd><code>offsetZ</code> - Maximum distance particles can fly away from the center on the z-axis</dd>
<dd><code>speed</code> - Display speed of the particles</dd>
<dd><code>amount</code> - Amount of particles</dd>
<dd><code>center</code> - Center location of the effect</dd>
<dd><code>players</code> - Receivers of the effect</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>ParticleVersionException</code> - If the particle effect is not supported by the server version</dd>
<dd><code>ParticleDataException</code> - If the particle effect does not require additional data or if the data type is incorrect</dd>
<dd><code>com.massivecraft.factions.util.Particles.ParticleEffect.ParticleVersionException</code></dd>
<dd><code>com.massivecraft.factions.util.Particles.ParticleEffect.ParticleDataException</code></dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#display-com.massivecraft.factions.util.Particles.ParticleEffect.ParticleData-float-float-float-float-int-org.bukkit.Location-java.util.List-"><code>display(ParticleData, float, float, float, float, int, Location, List)</code></a></dd>
</dl>
</li>
</ul>
<a name="display-com.massivecraft.factions.util.Particles.ParticleEffect.ParticleData-org.bukkit.util.Vector-float-org.bukkit.Location-double-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>display</h4>
<pre>public&nbsp;void&nbsp;display(<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.ParticleData.html" title="class in com.massivecraft.factions.util.Particles">ParticleEffect.ParticleData</a>&nbsp;data,
org.bukkit.util.Vector&nbsp;direction,
float&nbsp;speed,
org.bukkit.Location&nbsp;center,
double&nbsp;range)
throws com.massivecraft.factions.util.Particles.ParticleEffect.ParticleVersionException,
com.massivecraft.factions.util.Particles.ParticleEffect.ParticleDataException</pre>
<div class="block">Displays a single particle which requires additional data that flies into a determined direction and is only visible for all players within a certain range in the world of @param center</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>data</code> - Data of the effect</dd>
<dd><code>direction</code> - Direction of the particle</dd>
<dd><code>speed</code> - Display speed of the particles</dd>
<dd><code>center</code> - Center location of the effect</dd>
<dd><code>range</code> - Range of the visibility</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>ParticleVersionException</code> - If the particle effect is not supported by the server version</dd>
<dd><code>ParticleDataException</code> - If the particle effect does not require additional data or if the data type is incorrect</dd>
<dd><code>com.massivecraft.factions.util.Particles.ParticleEffect.ParticleVersionException</code></dd>
<dd><code>com.massivecraft.factions.util.Particles.ParticleEffect.ParticleDataException</code></dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.ParticlePacket.html" title="class in com.massivecraft.factions.util.Particles"><code>ParticleEffect.ParticlePacket</code></a>,
<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.ParticlePacket.html#sendTo-org.bukkit.Location-double-"><code>ParticleEffect.ParticlePacket.sendTo(Location, double)</code></a></dd>
</dl>
</li>
</ul>
<a name="display-com.massivecraft.factions.util.Particles.ParticleEffect.ParticleData-org.bukkit.util.Vector-float-org.bukkit.Location-java.util.List-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>display</h4>
<pre>public&nbsp;void&nbsp;display(<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.ParticleData.html" title="class in com.massivecraft.factions.util.Particles">ParticleEffect.ParticleData</a>&nbsp;data,
org.bukkit.util.Vector&nbsp;direction,
float&nbsp;speed,
org.bukkit.Location&nbsp;center,
java.util.List&lt;org.bukkit.entity.Player&gt;&nbsp;players)
throws com.massivecraft.factions.util.Particles.ParticleEffect.ParticleVersionException,
com.massivecraft.factions.util.Particles.ParticleEffect.ParticleDataException</pre>
<div class="block">Displays a single particle which requires additional data that flies into a determined direction and is only visible for the specified players</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>data</code> - Data of the effect</dd>
<dd><code>direction</code> - Direction of the particle</dd>
<dd><code>speed</code> - Display speed of the particles</dd>
<dd><code>center</code> - Center location of the effect</dd>
<dd><code>players</code> - Receivers of the effect</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>ParticleVersionException</code> - If the particle effect is not supported by the server version</dd>
<dd><code>ParticleDataException</code> - If the particle effect does not require additional data or if the data type is incorrect</dd>
<dd><code>com.massivecraft.factions.util.Particles.ParticleEffect.ParticleVersionException</code></dd>
<dd><code>com.massivecraft.factions.util.Particles.ParticleEffect.ParticleDataException</code></dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.ParticlePacket.html" title="class in com.massivecraft.factions.util.Particles"><code>ParticleEffect.ParticlePacket</code></a>,
<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.ParticlePacket.html#sendTo-org.bukkit.Location-java.util.List-"><code>ParticleEffect.ParticlePacket.sendTo(Location, List)</code></a></dd>
</dl>
</li>
</ul>
<a name="display-com.massivecraft.factions.util.Particles.ParticleEffect.ParticleData-org.bukkit.util.Vector-float-org.bukkit.Location-org.bukkit.entity.Player...-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>display</h4>
<pre>public&nbsp;void&nbsp;display(<a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.ParticleData.html" title="class in com.massivecraft.factions.util.Particles">ParticleEffect.ParticleData</a>&nbsp;data,
org.bukkit.util.Vector&nbsp;direction,
float&nbsp;speed,
org.bukkit.Location&nbsp;center,
org.bukkit.entity.Player...&nbsp;players)
throws com.massivecraft.factions.util.Particles.ParticleEffect.ParticleVersionException,
com.massivecraft.factions.util.Particles.ParticleEffect.ParticleDataException</pre>
<div class="block">Displays a single particle which requires additional data that flies into a determined direction and is only visible for the specified players</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>data</code> - Data of the effect</dd>
<dd><code>direction</code> - Direction of the particle</dd>
<dd><code>speed</code> - Display speed of the particles</dd>
<dd><code>center</code> - Center location of the effect</dd>
<dd><code>players</code> - Receivers of the effect</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>ParticleVersionException</code> - If the particle effect is not supported by the server version</dd>
<dd><code>ParticleDataException</code> - If the particle effect does not require additional data or if the data type is incorrect</dd>
<dd><code>com.massivecraft.factions.util.Particles.ParticleEffect.ParticleVersionException</code></dd>
<dd><code>com.massivecraft.factions.util.Particles.ParticleEffect.ParticleDataException</code></dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.html#display-com.massivecraft.factions.util.Particles.ParticleEffect.ParticleData-org.bukkit.util.Vector-float-org.bukkit.Location-java.util.List-"><code>display(ParticleData, Vector, float, Location, List)</code></a></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev&nbsp;Class</li>
<li><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.BlockData.html" title="class in com.massivecraft.factions.util.Particles"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?com/massivecraft/factions/util/Particles/ParticleEffect.html" target="_top">Frames</a></li>
<li><a href="ParticleEffect.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#enum.constant.summary">Enum Constants</a>&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#enum.constant.detail">Enum Constants</a>&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>