Package com.griefdefender.api.claim
Class ClaimGroupSyncModes
java.lang.Object
com.griefdefender.api.claim.ClaimGroupSyncModes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ClaimGroupSyncModeRepresents aClaimGroupTypethat is managed by one or more players.static final ClaimGroupSyncModeRepresents aClaimGroupTypethat is managed by admins.static final ClaimGroupSyncModeRepresents aClaimGroupTypethat is managed by one or more players. -
Method Summary
-
Field Details
-
OPTION_ONLY
Represents aClaimGroupTypethat is managed by admins. -
PERMISSION_ONLY
Represents aClaimGroupTypethat is managed by one or more players. -
ALL
Represents aClaimGroupTypethat is managed by one or more players.
-