Uses of Enum Class
io.github.lijinhong11.protector.api.flag.CommonFlags
Packages that use CommonFlags
Package
Description
-
Uses of CommonFlags in io.github.lijinhong11.protector.api.flag
Methods in io.github.lijinhong11.protector.api.flag that return CommonFlagsModifier and TypeMethodDescriptionstatic CommonFlagsstatic CommonFlagsCommonFlags.fromBentoBox(String flag) static CommonFlagsCommonFlags.fromDominion(String flag) static CommonFlagsCommonFlags.fromHuskClaims(String flag) static CommonFlagsCommonFlags.fromPlotSquared(String flag) static CommonFlagsCommonFlags.fromRedProtect(String flag) static CommonFlagsCommonFlags.fromResidence(String flag) static CommonFlagsCommonFlags.fromWorldGuard(String flag) static CommonFlagsReturns the enum constant of this class with the specified name.static CommonFlags[]CommonFlags.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CommonFlags in io.github.lijinhong11.protector.api.protection
Methods in io.github.lijinhong11.protector.api.protection with parameters of type CommonFlagsModifier and TypeMethodDescriptionIFlagState<?> ProtectionRangeInfo.getFlagState(@NotNull CommonFlags flag) Get flag stateIFlagState<?> ProtectionRangeInfo.getFlagState(@NotNull CommonFlags flag, org.bukkit.OfflinePlayer player) Get flag stateIFlagState<?> IProtectionModule.getGlobalFlag(@NotNull CommonFlags flag, @NotNull String world) Get the global flagvoidIProtectionModule.setGlobalFlag(@NotNull String world, @NotNull CommonFlags flag, Object value) Set the global flag