From 43163cd7d718dc336710a90036cc56fe9cf9f5e9 Mon Sep 17 00:00:00 2001 From: libraryaddict Date: Sat, 11 Apr 2015 12:14:12 +1200 Subject: [PATCH] UtilParticle: Added lore for future reference on colored particles. --- .../src/mineplex/core/common/util/UtilParticle.java | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Plugins/Mineplex.Core.Common/src/mineplex/core/common/util/UtilParticle.java b/Plugins/Mineplex.Core.Common/src/mineplex/core/common/util/UtilParticle.java index fc3044f87..ce29258a9 100644 --- a/Plugins/Mineplex.Core.Common/src/mineplex/core/common/util/UtilParticle.java +++ b/Plugins/Mineplex.Core.Common/src/mineplex/core/common/util/UtilParticle.java @@ -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"),