Class FlagState

java.lang.Object
io.github.lijinhong11.protector.api.flag.FlagState

public class FlagState extends Object
  • Field Details

    • ALLOW

      public static final IFlagState<Boolean> ALLOW
    • DENY

      public static final IFlagState<Boolean> DENY
    • NOT_SET

      public static final IFlagState<Boolean> NOT_SET
    • UNSUPPORTED

      public static final IFlagState<Object> UNSUPPORTED
      Will use this flag state when the flag is not supported by the protection module.
    • WORLD_NOT_FOUND

      public static final IFlagState<Object> WORLD_NOT_FOUND
      Will use this flag state when the world is not found.
  • Method Details