Package com.binaris.wizardry.core.event
Interface EventRegistry
- All Known Implementing Classes:
WizardryEventBus
public interface EventRegistry
Internal use for Electroblob's Wizardry
Base interface for
You don't need to use or access to this interface, this could help you if you want to make events for you mod
Base interface for
WizardryEventBus, used to work
as a blueprint for register-handle 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 TypeMethodDescription<E extends IWizardryEvent>
booleanfire(E event) <E extends IWizardryEvent>
voidregister(Class<E> eventClass, EventListener<E> listener)
-
Method Details
-
register
-
fire
-