Uses of Enum
com.alessiodp.securityvillagers.api.enums.AttackResult
Package
Description
-
Uses of AttackResult in com.alessiodp.securityvillagers.api.enums
Modifier 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
Modifier and TypeMethodDescription@NotNull AttackResult
SecurityVillagersDamageEvent.getAttackResult()
Modifier and TypeMethodDescriptionvoid
SecurityVillagersDamageEvent.setAttackResult(@NotNull AttackResult attackResult)
ModifierConstructorDescriptionSecurityVillagersDamageEvent(org.bukkit.entity.Entity entity, org.bukkit.entity.Entity damager, AttackResult attackResult)
-
Uses of AttackResult in com.alessiodp.securityvillagers.api.events.interfaces
Modifier and TypeMethodDescription@NotNull AttackResult
ISecurityVillagersDamageEvent.getAttackResult()
Get the attack result of the event.Modifier and TypeMethodDescriptionvoid
ISecurityVillagersDamageEvent.setAttackResult(@NotNull AttackResult attackResult)
Set the attack result of the event