UtilParticle: Added lore for future reference on colored particles.
This commit is contained in:
parent
28d0e28607
commit
43163cd7d7
@ -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"),
|
||||
|
Loading…
Reference in New Issue
Block a user