Uses of Enum
net.sacredlabyrinth.phaed.simpleclans.managers.ProtectionManager.Action
Packages that use ProtectionManager.Action
Package
Description
-
Uses of ProtectionManager.Action in net.sacredlabyrinth.phaed.simpleclans
Methods in net.sacredlabyrinth.phaed.simpleclans with parameters of type ProtectionManager.ActionModifier and TypeMethodDescriptionvoidClanPlayer.allow(@NotNull ProtectionManager.Action action, @NotNull String landId) voidClanPlayer.disallow(@NotNull ProtectionManager.Action action, @NotNull String landId) booleanClanPlayer.isAllowed(@NotNull ProtectionManager.Action action, @NotNull String landId) -
Uses of ProtectionManager.Action in net.sacredlabyrinth.phaed.simpleclans.managers
Methods in net.sacredlabyrinth.phaed.simpleclans.managers that return ProtectionManager.ActionModifier and TypeMethodDescriptionstatic ProtectionManager.ActionReturns the enum constant of this type with the specified name.static ProtectionManager.Action[]ProtectionManager.Action.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sacredlabyrinth.phaed.simpleclans.managers with parameters of type ProtectionManager.ActionModifier and TypeMethodDescriptionbooleanProtectionManager.can(@NotNull ProtectionManager.Action action, @NotNull org.bukkit.Location location, @NotNull org.bukkit.entity.Player player) booleanProtectionManager.can(@NotNull ProtectionManager.Action action, @NotNull org.bukkit.Location location, @NotNull org.bukkit.entity.Player player, @Nullable org.bukkit.entity.Player other) SettingsManager.getIgnoredList(ProtectionManager.Action action) booleanSettingsManager.isActionAllowedInWar(ProtectionManager.Action action)