Uses of Interface
com.ticxo.modelengine.api.nms.world.IDamageSource
Packages that use IDamageSource
Package
Description
-
Uses of IDamageSource in com.ticxo.modelengine.api.entity
Methods in com.ticxo.modelengine.api.entity with parameters of type IDamageSourceModifier and TypeMethodDescriptionbooleanBaseEntity.onHurt(IDamageSource damageSource, float damage) Called when a sub-hitbox of this entity detects an attack.
For default bukkit behavior, useEntityHandler.hurt(Entity, IDamageSource, float).booleanBukkitEntity.onHurt(IDamageSource damageSource, float damage) booleanBukkitPlayer.onHurt(IDamageSource damageSource, float damage) booleanDummy.onHurt(IDamageSource damageSource, float damage) -
Uses of IDamageSource in com.ticxo.modelengine.api.model.bone
Methods in com.ticxo.modelengine.api.model.bone with parameters of type IDamageSourceModifier and TypeMethodDescriptionvoidSubHitbox.onHurt(IDamageSource damageSourceWrapper, float damage) -
Uses of IDamageSource in com.ticxo.modelengine.api.nms.entity
Methods in com.ticxo.modelengine.api.nms.entity with parameters of type IDamageSourceModifier and TypeMethodDescriptionbooleanEntityHandler.hurt(org.bukkit.entity.Entity entity, IDamageSource damageSource, float damage) -
Uses of IDamageSource in com.ticxo.modelengine.api.nms.world
Classes in com.ticxo.modelengine.api.nms.world that implement IDamageSourceFields in com.ticxo.modelengine.api.nms.world declared as IDamageSourceMethods in com.ticxo.modelengine.api.nms.world that return IDamageSourceModifier and TypeMethodDescriptionIDamageSource.setExplosion()UnknownDamageSource.setExplosion()IDamageSource.setIsFall()UnknownDamageSource.setIsFall()IDamageSource.setMagic()UnknownDamageSource.setMagic()IDamageSource.setNoAggro()UnknownDamageSource.setNoAggro()IDamageSource.setProjectile()UnknownDamageSource.setProjectile()IDamageSource.setScalesWithDifficulty()UnknownDamageSource.setScalesWithDifficulty()IDamageSource.sweep()UnknownDamageSource.sweep()