Class TrustResultTypes

java.lang.Object
com.griefdefender.api.claim.TrustResultTypes

public final class TrustResultTypes extends Object
Used to provide more information to a plugin when a trust action is successful or denied.
  • Field Details

    • ACCESSOR

      public static final TrustResultType ACCESSOR
      Successful result if a User has TrustTypes.ACCESSOR.
    • CONTAINER

      public static final TrustResultType CONTAINER
      Successful result if a User has TrustTypes.CONTAINER.
    • BUILDER

      public static final TrustResultType BUILDER
      Successful result if a User has TrustTypes.BUILDER.
    • MANAGER

      public static final TrustResultType MANAGER
      Successful result if a User has TrustTypes.MANAGER.
    • RESIDENT

      public static final TrustResultType RESIDENT
      Successful result if a User has TrustTypes.RESIDENT.
    • PUBLIC

      public static final TrustResultType PUBLIC
      Successful result if a Claim has public trust.
    • CLAN_DENY

      public static final TrustResultType CLAN_DENY
      Failure result if a Clan is denied.
    • CLAN_GRANT

      public static final TrustResultType CLAN_GRANT
      Successful result if a Clan is allowed.
    • CLAN_MEMBER_DENY

      public static final TrustResultType CLAN_MEMBER_DENY
      Failure result if a ClanPlayer is denied.
    • CLAN_MEMBER_GRANT

      public static final TrustResultType CLAN_MEMBER_GRANT
      Successful result if a ClanPlayer is allowed.
    • RENTER_DENY

      public static final TrustResultType RENTER_DENY
      Failure result if a User is renter.
    • RENT_OWNER_DENY

      public static final TrustResultType RENT_OWNER_DENY
      Failure result if a User is a rent owner.
    • RENTER_GRANT

      public static final TrustResultType RENTER_GRANT
      Successful result if a User is renter.
    • RENT_OWNER_GRANT

      public static final TrustResultType RENT_OWNER_GRANT
      Successful result if a User is a rent owner.
    • CLAIM_EXPIRED

      public static final TrustResultType CLAIM_EXPIRED
      Failure result if a Claim has expired.
    • IGNORE_CLAIMS

      public static final TrustResultType IGNORE_CLAIMS
      Successful result if a User is ignoring claims.
    • NOT_TRUSTED

      public static final TrustResultType NOT_TRUSTED
      Failure result if User is not trusted.
    • OWNER

      public static final TrustResultType OWNER
      Successful result if a User is claim owner.
    • PERMISSION_DENY

      public static final TrustResultType PERMISSION_DENY
      Failure result if User has a persistent deny permission set.
    • PERMISSION_GRANT

      public static final TrustResultType PERMISSION_GRANT
      Successful result if User has a persistent grant permission set.
    • PLUGIN_CANCEL

      public static final TrustResultType PLUGIN_CANCEL
      Failure result if a plugin cancels event.
    • TRUSTED

      public static final TrustResultType TRUSTED
      Generic successful result if User is trusted.
  • Constructor Details

    • TrustResultTypes

      public TrustResultTypes()