Uses of Interface
noppes.npcs.api.IDamageSource
Packages that use IDamageSource
-
Uses of IDamageSource in noppes.npcs.api
Methods in noppes.npcs.api that return IDamageSourceModifier and TypeMethodDescriptionabstract IDamageSource
NpcAPI.getIDamageSource
(net.minecraft.world.damagesource.DamageSource damagesource) -
Uses of IDamageSource in noppes.npcs.api.event
Fields in noppes.npcs.api.event declared as IDamageSourceModifier and TypeFieldDescriptionfinal IDamageSource
ItemEvent.AttackEvent.damageSource
The attack event for entities also has the damageSourcefinal IDamageSource
NpcEvent.DamagedEvent.damageSource
final IDamageSource
NpcEvent.DiedEvent.damageSource
final IDamageSource
PlayerEvent.AttackEvent.damageSource
The attack event for entities also has the damageSourcefinal IDamageSource
PlayerEvent.DamagedEntityEvent.damageSource
final IDamageSource
PlayerEvent.DamagedEvent.damageSource
final IDamageSource
PlayerEvent.DiedEvent.damageSource
Constructors in noppes.npcs.api.event with parameters of type IDamageSourceModifierConstructorDescriptionAttackEvent
(IItemScripted item, IPlayer player, IEntity target, IDamageSource damageSource) AttackEvent
(IPlayer player, IEntity target, IDamageSource damageSource)