UtilParticle: Added lore for future reference on colored particles.

This commit is contained in:
libraryaddict 2015-04-11 12:14:12 +12:00
parent 28d0e28607
commit 43163cd7d7
1 changed files with 9 additions and 0 deletions

View File

@ -81,14 +81,23 @@ public class UtilParticle
MAGIC_CRIT("magicCrit"),
/**
* Can be colored if count is 0, color is RGB and depends on the offset of xyz
*/
MOB_SPELL("mobSpell"),
/**
* Can be colored if count is 0, color is RGB and depends on the offset of xyz
*/
MOB_SPELL_AMBIENT("mobSpellAmbient"),
NOTE("note"),
PORTAL("portal"),
/**
* Can be colored if count is 0, color is RGB and depends on the offset of xyz
*/
RED_DUST("reddust"),
SLIME("slime"),