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 CommonFlags
static CommonFlags
CommonFlags.fromBentoBox
(String flag) static CommonFlags
CommonFlags.fromDominion
(String flag) static CommonFlags
CommonFlags.fromHuskClaims
(String flag) static CommonFlags
CommonFlags.fromPlotSquared
(String flag) static CommonFlags
CommonFlags.fromRedProtect
(String flag) static CommonFlags
CommonFlags.fromResidence
(String flag) static CommonFlags
CommonFlags.fromWorldGuard
(String flag) static CommonFlags
Returns 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 flagvoid
IProtectionModule.setGlobalFlag
(@NotNull String world, @NotNull CommonFlags flag, Object value) Set the global flag