Class ClaimTypes

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

public final class ClaimTypes extends Object
  • Field Details

    • ADMIN

      public static final ClaimType ADMIN
      Represents a claim type that is managed by admins.
    • BASIC

      public static final ClaimType BASIC
      Represents a claim type that is managed by one or more players.
    • PLOT

      public static final ClaimType PLOT
      Represents a claim type that is managed by one or more players and cannot be resized once created.
    • SUBDIVISION

      public static final ClaimType SUBDIVISION
      Represents a sub-claim type that can be one or more blocks. Note: This type is not supported in WILDERNESS
    • TOWN

      public static final ClaimType TOWN
      Represents a claim type that supports multiple levels of BASIC claims.
    • WILDERNESS

      public static final ClaimType WILDERNESS
      Represents all the block space in a single
      invalid reference
      World
      not used by any other claim type. There will only be one wilderness claim per world.