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"),
|
MAGIC_CRIT("magicCrit"),
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Can be colored if count is 0, color is RGB and depends on the offset of xyz
|
||||||
|
*/
|
||||||
MOB_SPELL("mobSpell"),
|
MOB_SPELL("mobSpell"),
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Can be colored if count is 0, color is RGB and depends on the offset of xyz
|
||||||
|
*/
|
||||||
MOB_SPELL_AMBIENT("mobSpellAmbient"),
|
MOB_SPELL_AMBIENT("mobSpellAmbient"),
|
||||||
|
|
||||||
NOTE("note"),
|
NOTE("note"),
|
||||||
|
|
||||||
PORTAL("portal"),
|
PORTAL("portal"),
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Can be colored if count is 0, color is RGB and depends on the offset of xyz
|
||||||
|
*/
|
||||||
RED_DUST("reddust"),
|
RED_DUST("reddust"),
|
||||||
|
|
||||||
SLIME("slime"),
|
SLIME("slime"),
|
||||||
|
Loading…
Reference in New Issue
Block a user