Package noppes.npcs.api.event
Interface IItemEvent
-
- All Superinterfaces:
ICustomNPCsEvent
- All Known Subinterfaces:
IItemEvent.AttackEvent
,IItemEvent.FinishUsingItem
,IItemEvent.InitEvent
,IItemEvent.InteractEvent
,IItemEvent.PickedUpEvent
,IItemEvent.RightClickEvent
,IItemEvent.SpawnEvent
,IItemEvent.StartUsingItem
,IItemEvent.StopUsingItem
,IItemEvent.TossedEvent
,IItemEvent.UpdateEvent
,IItemEvent.UsingItem
public interface IItemEvent extends ICustomNPCsEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
IItemEvent.AttackEvent
static interface
IItemEvent.FinishUsingItem
static interface
IItemEvent.InitEvent
static interface
IItemEvent.InteractEvent
static interface
IItemEvent.PickedUpEvent
static interface
IItemEvent.RightClickEvent
static interface
IItemEvent.SpawnEvent
static interface
IItemEvent.StartUsingItem
static interface
IItemEvent.StopUsingItem
static interface
IItemEvent.TossedEvent
static interface
IItemEvent.UpdateEvent
static interface
IItemEvent.UsingItem
-
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 IItemCustom
getItem()
-
Methods inherited from interface noppes.npcs.api.event.ICustomNPCsEvent
getHookName
-
-
-
-
Method Detail
-
getItem
IItemCustom getItem()
-
-