Package com.binaris.wizardry.api.content.event.abstr


package com.binaris.wizardry.api.content.event.abstr
  • Classes
    Class
    Description
    Base 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, use WizardryCancelableEvent.isCanceled() before doing anything
    Base 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