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