Interface EventListener<E>


public interface EventListener<E>
Internal use for Electroblob's Wizardry

Dummy interface to use events
You don't need to use or access to this interface, this could help you if you want to make events for you mod
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onEvent(E event)
     
  • Method Details

    • onEvent

      void onEvent(E event)