Package com.binaris.wizardry.api.content.event.abstr
package com.binaris.wizardry.api.content.event.abstr
-
ClassesClassDescriptionBase event class to use if you want to create custom events Just make a new subclass with this and fire the event when you need it
Keep in mind if one event before you cancel the used event your listener will be used anyway, if you don't want this, useWizardryCancelableEvent.isCanceled()before doing anythingBase event class to use if you want to create custom events Just make a new subclass with this and fire the event when you need it