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 interface
IForgeEvent.EntityEvent
static interface
IForgeEvent.InitEvent
static interface
IForgeEvent.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.Event
getEvent()
-
Methods inherited from interface noppes.npcs.api.event.ICustomNPCsEvent
getHookName
-
-