Uses of Interface
noppes.npcs.api.entity.IProjectile
Packages that use IProjectile
-
Uses of IProjectile in noppes.npcs.api.entity
Methods in noppes.npcs.api.entity that return IProjectileModifier and TypeMethodDescriptionICustomNpc.shootItem
(double x, double y, double z, IItemStack item, int accuracy) ICustomNpc.shootItem
(IEntityLiving target, IItemStack item, int accuracy) -
Uses of IProjectile in noppes.npcs.api.event
Fields in noppes.npcs.api.event declared as IProjectileFields in noppes.npcs.api.event with type parameters of type IProjectileConstructors in noppes.npcs.api.event with parameters of type IProjectileModifierConstructorDescriptionImpactEvent
(IProjectile projectile, int type, Object target) ProjectileEvent
(IProjectile projectile) UpdateEvent
(IProjectile projectile)