Package com.griefdefender.api.claim
Class ClaimSnapshotTypes
java.lang.Object
com.griefdefender.api.claim.ClaimSnapshotTypes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ClaimSnapshotTypeRepresents a globalClaimSnapshotTypethat is available to only admins.static final ClaimSnapshotTypeRepresents aClaimSnapshotTypethat is available to all trusted users of a specificClaim.static final ClaimSnapshotTypeRepresents a globalClaimSnapshotTypethat is available to all users.static final ClaimSnapshotTypeRepresents aClaimSnapshotTypethat is available to a specific.invalid reference
User -
Method Summary
-
Field Details
-
ADMIN
Represents a globalClaimSnapshotTypethat is available to only admins. -
CLAIM
Represents aClaimSnapshotTypethat is available to all trusted users of a specificClaim. -
PUBLIC
Represents a globalClaimSnapshotTypethat is available to all users. -
USER
Represents aClaimSnapshotTypethat is available to a specific.invalid reference
User
-