Class WizardryEvent

java.lang.Object
com.binaris.wizardry.api.content.event.abstr.WizardryEvent
All Implemented Interfaces:
IWizardryEvent
Direct Known Subclasses:
EBClientTickEvent, EBLivingDeathEvent, EBLivingTick, EBPlayerJoinServerEvent, EBServerLevelLoadEvent

public abstract class WizardryEvent extends Object implements IWizardryEvent
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
See Also:
  • Constructor Details

    • WizardryEvent

      public WizardryEvent()
  • Method Details