Uses of Interface
noppes.npcs.api.entity.IEntityItem
Packages that use IEntityItem
-
Uses of IEntityItem in noppes.npcs.api.entity
Methods in noppes.npcs.api.entity that return IEntityItem -
Uses of IEntityItem in noppes.npcs.api.event
Fields in noppes.npcs.api.event declared as IEntityItemModifier and TypeFieldDescriptionItemEvent.PickedUpEvent.entity
ItemEvent.SpawnEvent.entity
ItemEvent.TossedEvent.entity
Constructors in noppes.npcs.api.event with parameters of type IEntityItemModifierConstructorDescriptionPickedUpEvent
(IItemScripted item, IPlayer player, IEntityItem entity) SpawnEvent
(IItemScripted item, IEntityItem entity) TossedEvent
(IItemScripted item, IPlayer player, IEntityItem entity)