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.ALLOWstatic final IFlagState<Boolean> FlagState.DENYstatic final IFlagState<Boolean> FlagState.NOT_SETstatic final IFlagState<Object> FlagState.UNSUPPORTEDstatic final IFlagState<Object> FlagState.WORLD_NOT_FOUNDMethods 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