You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <b>Usage</b>: Override {@link IRunnableModule#run(World, ModuleInstance, SpellData, SpellRing)} and return <code>true</code> iff following elements from a spell chain must be executed.
*
* @author Avatair
*/
public interface IModuleEvent extends IModule, IRunnableModule<ModuleInstanceEvent> {