Package de.ellpeck.rockbottom.api.event
package de.ellpeck.rockbottom.api.event
-
ClassDescriptionThis is the basic class for any kind of event that can be handled and fired using the
IEventHandler.The result of anyEventbeing fired in theIEventHandler, whereEventResult.DEFAULTmeans that the event was unchanged,EventResult.MODIFIEDmeans that the data in the event was modified andEventResult.CANCELLEDmeaning that the event was cancelled.The class for handling and firing differentEventobjects that can be used by mods to hook into the game's and other mods' functionalities.IEventListener<T extends Event>An event listener that can listen toEventobjects being fired once they have been registered into theIEventHandlerusingIEventHandler.registerListener(Class, IEventListener).