Uses of Enum
com.alessiodp.securityvillagers.api.enums.AttackResult
Packages that use AttackResult
Package
Description
-
Uses of AttackResult in com.alessiodp.securityvillagers.api.enums
Methods in com.alessiodp.securityvillagers.api.enums that return AttackResultModifier and TypeMethodDescriptionstatic AttackResult
Returns the enum constant of this type with the specified name.static AttackResult[]
AttackResult.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AttackResult in com.alessiodp.securityvillagers.api.events.bukkit
Methods in com.alessiodp.securityvillagers.api.events.bukkit that return AttackResultModifier and TypeMethodDescription@NotNull AttackResult
SecurityVillagersDamageEvent.getAttackResult()
Methods in com.alessiodp.securityvillagers.api.events.bukkit with parameters of type AttackResultModifier and TypeMethodDescriptionvoid
SecurityVillagersDamageEvent.setAttackResult(@NotNull AttackResult attackResult)
Constructors in com.alessiodp.securityvillagers.api.events.bukkit with parameters of type AttackResultModifierConstructorDescriptionSecurityVillagersDamageEvent(org.bukkit.entity.Entity entity, org.bukkit.entity.Entity damager, AttackResult attackResult)
-
Uses of AttackResult in com.alessiodp.securityvillagers.api.events.interfaces
Methods in com.alessiodp.securityvillagers.api.events.interfaces that return AttackResultModifier and TypeMethodDescription@NotNull AttackResult
ISecurityVillagersDamageEvent.getAttackResult()
Get the attack result of the event.Methods in com.alessiodp.securityvillagers.api.events.interfaces with parameters of type AttackResultModifier and TypeMethodDescriptionvoid
ISecurityVillagersDamageEvent.setAttackResult(@NotNull AttackResult attackResult)
Set the attack result of the event