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 IDamageSourceNpcAPI.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 IDamageSourceItemEvent.AttackEvent.damageSourceThe attack event for entities also has the damageSourcefinal IDamageSourceNpcEvent.DamagedEvent.damageSourcefinal IDamageSourceNpcEvent.DiedEvent.damageSourcefinal IDamageSourcePlayerEvent.AttackEvent.damageSourceThe attack event for entities also has the damageSourcefinal IDamageSourcePlayerEvent.DamagedEntityEvent.damageSourcefinal IDamageSourcePlayerEvent.DamagedEvent.damageSourcefinal IDamageSourcePlayerEvent.DiedEvent.damageSourceConstructors 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)