Package com.griefdefender.api.claim
Class TrustTypes
java.lang.Object
com.griefdefender.api.claim.TrustTypes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TrustTypeAllows access to interact with all blocks except inventory.static final TrustTypestatic final TrustTypeAllows access to interact with all blocks including inventory.static final TrustTypeAllows full access to claim including management.static final TrustTypeRepresents no specific trust.static final TrustTypeAllows access to create claims and interact with all blocks except inventory. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NONE
Represents no specific trust. Note: This is usually passed when a plugin wants to remove all trusts. -
ACCESSOR
Allows access to interact with all blocks except inventory. -
RESIDENT
Allows access to create claims and interact with all blocks except inventory. -
BUILDER
-
CONTAINER
Allows access to interact with all blocks including inventory. -
MANAGER
Allows full access to claim including management. Note: Managers can only transfer and abandon children claims.
-
-
Constructor Details
-
TrustTypes
public TrustTypes()
-