Uses of Enum
com.alessiodp.securityvillagers.api.enums.InteractType
Package
Description
-
Uses of InteractType in com.alessiodp.securityvillagers.api.enums
Modifier and TypeMethodDescriptionstatic InteractType
Returns the enum constant of this type with the specified name.static InteractType[]
InteractType.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of InteractType in com.alessiodp.securityvillagers.api.events.bukkit
Modifier and TypeMethodDescription@NotNull InteractType
SecurityVillagersInteractProtectionEvent.getInteractType()
ModifierConstructorDescriptionSecurityVillagersInteractProtectionEvent(org.bukkit.entity.Entity entity, org.bukkit.entity.Player interactor, InteractType interactType)
-
Uses of InteractType in com.alessiodp.securityvillagers.api.events.interfaces
Modifier and TypeMethodDescription@NotNull InteractType
ISecurityVillagersInteractProtectionEvent.getInteractType()
Get the type of interaction