Package noppes.npcs.api.event
Interface IItemEvent.InitEvent
-
- All Superinterfaces:
ICustomNPCsEvent
,IItemEvent
- Enclosing interface:
- IItemEvent
public static interface IItemEvent.InitEvent extends IItemEvent
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface noppes.npcs.api.event.ICustomNPCsEvent
ICustomNPCsEvent.CNPCNaturalSpawnEvent, ICustomNPCsEvent.ScriptedCommandEvent
-
Nested classes/interfaces inherited from interface noppes.npcs.api.event.IItemEvent
IItemEvent.AttackEvent, IItemEvent.FinishUsingItem, IItemEvent.InitEvent, IItemEvent.InteractEvent, IItemEvent.PickedUpEvent, IItemEvent.RightClickEvent, IItemEvent.SpawnEvent, IItemEvent.StartUsingItem, IItemEvent.StopUsingItem, IItemEvent.TossedEvent, IItemEvent.UpdateEvent, IItemEvent.UsingItem
-
-
Method Summary
-
Methods inherited from interface noppes.npcs.api.event.ICustomNPCsEvent
getHookName
-
Methods inherited from interface noppes.npcs.api.event.IItemEvent
getItem
-
-