Uses of Interface
io.github.lijinhong11.protector.api.flag.IFlagState
Packages that use IFlagState
Package
Description
-
Uses of IFlagState in io.github.lijinhong11.protector.api.convertions
Constructor parameters in io.github.lijinhong11.protector.api.convertions with type arguments of type IFlagState -
Uses of IFlagState in io.github.lijinhong11.protector.api.flag
Fields in io.github.lijinhong11.protector.api.flag declared as IFlagStateModifier and TypeFieldDescriptionstatic final IFlagState
<Boolean> FlagState.ALLOW
static final IFlagState
<Boolean> FlagState.DENY
static final IFlagState
<Boolean> FlagState.NOT_SET
static final IFlagState
<Object> FlagState.UNSUPPORTED
static final IFlagState
<Object> FlagState.WORLD_NOT_FOUND
Methods in io.github.lijinhong11.protector.api.flag that return IFlagStateModifier and TypeMethodDescriptionstatic IFlagState
<Boolean> FlagState.fromBoolean
(boolean value) static IFlagState
<Boolean> FlagState.fromNullableBoolean
(@Nullable Boolean value) static <T> IFlagState
<T> FlagState.of
(FlagState.FlagType<T> type, T value) -
Uses of IFlagState in io.github.lijinhong11.protector.api.protection
Methods in io.github.lijinhong11.protector.api.protection that return IFlagStateModifier and TypeMethodDescriptionIFlagState
<?> ProtectionRangeInfo.getFlagState
(@NotNull CommonFlags flag) Get flag stateIFlagState
<?> ProtectionRangeInfo.getFlagState
(@NotNull CommonFlags flag, org.bukkit.OfflinePlayer player) Get flag stateIFlagState
<?> ProtectionRangeInfo.getFlagState
(@NotNull String flag) Get flag stateIFlagState
<?> ProtectionRangeInfo.getFlagState
(@NotNull String flag, org.bukkit.OfflinePlayer player) Get flag stateIFlagState
<?> IProtectionModule.getGlobalFlag
(@NotNull CommonFlags flag, @NotNull String world) Get the global flagIFlagState
<?> IProtectionModule.getGlobalFlag
(@NotNull String flag, @NotNull String world) Get the global flagMethods in io.github.lijinhong11.protector.api.protection that return types with arguments of type IFlagStateModifier and TypeMethodDescription@NotNull Map
<String, IFlagState<?>> ProtectionRangeInfo.getFlags()
Get all flags