Package noppes.npcs.api.event
Interface IForgeEvent
-
- All Superinterfaces:
ICustomNPCsEvent
- All Known Subinterfaces:
IForgeEvent.EntityEvent,IForgeEvent.InitEvent,IForgeEvent.WorldEvent
public interface IForgeEvent extends ICustomNPCsEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceIForgeEvent.EntityEventstatic interfaceIForgeEvent.InitEventstatic interfaceIForgeEvent.WorldEvent-
Nested classes/interfaces inherited from interface noppes.npcs.api.event.ICustomNPCsEvent
ICustomNPCsEvent.CNPCNaturalSpawnEvent, ICustomNPCsEvent.ScriptedCommandEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description cpw.mods.fml.common.eventhandler.EventgetEvent()-
Methods inherited from interface noppes.npcs.api.event.ICustomNPCsEvent
getHookName
-
-