package me.km.effects; public enum EffectCause { /** * the effect was started by a scroll */ SCROLL, /** * the effect was started by a wand */ WAND, /** * the effect was started by a skill */ SKILL, /** * the effect was started by an item, no event is thrown */ NOTHING }