Uses of Enum
io.github.bakedlibs.dough.protection.Interaction
Packages that use Interaction
Package
Description
The protection module allows you to query protection plugins easily.
This package contains the different implementations of
ProtectionLogger.This package contains all the different implementations of
ProtectionModule, for all plugins that we support.-
Uses of Interaction in io.github.bakedlibs.dough.protection
Methods in io.github.bakedlibs.dough.protection that return InteractionModifier and TypeMethodDescriptionstatic InteractionReturns the enum constant of this type with the specified name.static Interaction[]Interaction.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.github.bakedlibs.dough.protection with parameters of type InteractionModifier and TypeMethodDescriptionbooleanProtectionManager.hasPermission(OfflinePlayer p, Block b, Interaction action) booleanProtectionManager.hasPermission(OfflinePlayer p, Location l, Interaction action) booleanProtectionModule.hasPermission(OfflinePlayer p, Location l, Interaction action) This method implements the functionality of this module.voidProtectionLogger.logAction(OfflinePlayer p, Block b, Interaction action) voidProtectionManager.logAction(OfflinePlayer p, Block b, Interaction action) -
Uses of Interaction in io.github.bakedlibs.dough.protection.loggers
Methods in io.github.bakedlibs.dough.protection.loggers with parameters of type InteractionModifier and TypeMethodDescriptionvoidCoreProtectLogger.logAction(OfflinePlayer p, Block b, Interaction action) voidLogBlockLogger.logAction(OfflinePlayer p, Block b, Interaction action) -
Uses of Interaction in io.github.bakedlibs.dough.protection.modules
Methods in io.github.bakedlibs.dough.protection.modules with parameters of type InteractionModifier and TypeMethodDescriptionme.william278.husktowns.listener.ActionTypeHuskTownsProtectionModule.getHuskTownsAction(Interaction doughAction) Returns the corresponding HuskTownsActionTypefrom the doughInteractionbooleanBentoBoxProtectionModule.hasPermission(OfflinePlayer p, Location l, Interaction action) booleanBlockLockerProtectionModule.hasPermission(OfflinePlayer p, Location l, Interaction action) booleanChestProtectProtectionModule.hasPermission(OfflinePlayer p, Location l, Interaction action) booleanFactionsUUIDProtectionModule.hasPermission(OfflinePlayer p, Location l, Interaction action) booleanFunnyGuildsProtectionModule.hasPermission(OfflinePlayer p, Location l, Interaction action) booleanGriefPreventionProtectionModule.hasPermission(OfflinePlayer p, Location l, Interaction action) booleanHuskTownsProtectionModule.hasPermission(OfflinePlayer p, Location l, Interaction action) booleanLandsProtectionModule.hasPermission(OfflinePlayer p, Location l, Interaction action) booleanLocketteProtectionModule.hasPermission(OfflinePlayer p, Location l, Interaction action) booleanLWCProtectionModule.hasPermission(OfflinePlayer p, Location l, Interaction action) booleanPlotSquaredProtectionModule.hasPermission(OfflinePlayer p, Location l, Interaction action) booleanPreciousStonesProtectionModule.hasPermission(OfflinePlayer p, Location l, Interaction action) booleanRedProtectProtectionModule.hasPermission(OfflinePlayer p, Location l, Interaction action) booleanTownyProtectionModule.hasPermission(OfflinePlayer p, Location l, Interaction action) booleanWorldGuardProtectionModule.hasPermission(OfflinePlayer p, Location l, Interaction action)